diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 16:51:42 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 16:51:42 +0800 |
commit | 7f6126dd04142c23fe5565a4c1f8cd8c93158460 (patch) | |
tree | 815788fa681f2811ae222c05a739c21fb60c65ba /web.go | |
parent | 6ef3e8b3c9a085e3d99b02ba7bb80fc8126f2f90 (diff) |
install sample page
Diffstat (limited to 'web.go')
-rw-r--r-- | web.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ func runWeb(*cli.Context) { // Routers. m.Get("/", ignSignIn, routers.Home) + m.Get("/install",routers.Install) m.Get("/issues", reqSignIn, user.Issues) m.Get("/pulls", reqSignIn, user.Pulls) m.Get("/stars", reqSignIn, user.Stars) |