Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
fixed merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Jul 28, 2014
1 parent 838e0b1 commit ca441e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ For an example conf check gandalf/etc/gandalf.conf file.\n %s`
router.Get("/repository/:name/tree", http.HandlerFunc(api.GetTree))
router.Get("/repository/:name/branch", http.HandlerFunc(api.GetBranch))
router.Get("/repository/:name/tag", http.HandlerFunc(api.GetTag))
router.Get("/repository/:name/diff/commits", http.HandlerFunc(api.GetDiff))
router.Get("/healthcheck/", http.HandlerFunc(api.HealthCheck))
router.Post("/hook/:name", http.HandlerFunc(api.AddHook))

Expand Down

0 comments on commit ca441e2

Please sign in to comment.