diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-24 09:54:08 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-24 09:54:08 -0500 |
commit | 5b96e3fcc7132bf853bf82a06203d53978811015 (patch) | |
tree | 47d650ed16552f8145e8113ad41faf486da11f81 /cmd | |
parent | 5b32cdd96086b31b1ab3a71684241d8752dfc621 (diff) |
fix #660
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |