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

Commit

Permalink
Merge pull request #155 from guilhermebruzzi/master
Browse files Browse the repository at this point in the history
Removing repository tree with path on url
  • Loading branch information
andrewsmedina committed Aug 26, 2014
2 parents bd88ce1 + f49204d commit 90084dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ For an example conf check gandalf/etc/gandalf.conf file.\n %s`
router.Put("/repository/:name", http.HandlerFunc(api.RenameRepository))
router.Get("/repository/:name/archive", http.HandlerFunc(api.GetArchive))
router.Get("/repository/:name/contents", http.HandlerFunc(api.GetFileContents))
router.Get("/repository/:name/tree/:path", http.HandlerFunc(api.GetTree))
router.Get("/repository/:name/tree", http.HandlerFunc(api.GetTree))
router.Get("/repository/:name/branches", http.HandlerFunc(api.GetBranches))
router.Get("/repository/:name/tags", http.HandlerFunc(api.GetTags))
Expand Down

0 comments on commit 90084dd

Please sign in to comment.