Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank C. Eckert committed Aug 19, 2015
1 parent 80266c4 commit 50bb78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
//api.Use(&rest.AccessLogJsonMiddleware{})
router, err := rest.MakeRouter(
rest.Post("/events", i.PostEvent),
rest.Post("/installations", i.PostInstallations),
rest.Post("/installations", i.PostInstallation),
)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 50bb78e

Please sign in to comment.