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

Commit

Permalink
URL for GetDiff Handler
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Jul 28, 2014
1 parent d721778 commit 94e2b74
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 @@ -50,6 +50,7 @@ For an example conf check gandalf/etc/gandalf.conf file.\n %s`
router.Get("/repository/:name/tree/:path", http.HandlerFunc(api.GetTree))
router.Get("/repository/:name/tree", http.HandlerFunc(api.GetTree))
router.Get("/repository/:name/branch", http.HandlerFunc(api.GetBranch))
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 94e2b74

Please sign in to comment.