diff options
Diffstat (limited to 'cmd/web.go')
-rw-r--r-- | cmd/web.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ func runWeb(ctx *cli.Context) error { }) m.Get("/repos", routers.ExploreRepos) m.Get("/users", routers.ExploreUsers) + m.Get("/organizations", routers.ExploreOrganizations) }, ignSignIn) m.Combo("/install", routers.InstallInit).Get(routers.Install). Post(bindIgnErr(auth.InstallForm{}), routers.InstallPost) |