Skip to content

Commit

Permalink
Remove teams
Browse files Browse the repository at this point in the history
As discussed in chrissnell#2 this commit removes the team logic from master
until it's completely finished and gets merged again.
  • Loading branch information
dominikschulz committed Jul 1, 2015
1 parent e75babc commit a7a03be
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 630 deletions.
225 changes: 0 additions & 225 deletions api_team.go

This file was deleted.

138 changes: 0 additions & 138 deletions api_team_test.go

This file was deleted.

15 changes: 0 additions & 15 deletions chickenlittle.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,6 @@ func apiRouter() *mux.Router {
apiRouter.HandleFunc("/notifications/{uuid}", StopNotification).
Methods("DELETE")

apiRouter.HandleFunc("/teams", ListTeams).
Methods("GET")

apiRouter.HandleFunc("/teams", CreateTeam).
Methods("POST")

apiRouter.HandleFunc("/teams/{team}", ShowTeam).
Methods("GET")

apiRouter.HandleFunc("/teams/{team}", DeleteTeam).
Methods("DELETE")

apiRouter.HandleFunc("/teams/{team}", UpdateTeam).
Methods("PUT")

return apiRouter
}

Expand Down
Loading

0 comments on commit a7a03be

Please sign in to comment.