From 5b96e3fcc7132bf853bf82a06203d53978811015 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 24 Nov 2014 09:54:08 -0500 Subject: fix #660 --- cmd/web.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/web.go') diff --git a/cmd/web.go b/cmd/web.go index c2017a2850..3d9d4a7c84 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -161,6 +161,7 @@ func runWeb(*cli.Context) { // Routers. m.Get("/", ignSignIn, routers.Home) m.Get("/explore", ignSignIn, routers.Explore) + // FIXME: when i'm binding form here??? m.Get("/install", bindIgnErr(auth.InstallForm{}), routers.Install) m.Post("/install", bindIgnErr(auth.InstallForm{}), routers.InstallPost) m.Group("", func() { -- cgit v1.2.3