aboutsummaryrefslogtreecommitdiff
path: root/web.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 16:51:42 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 16:51:42 +0800
commit7f6126dd04142c23fe5565a4c1f8cd8c93158460 (patch)
tree815788fa681f2811ae222c05a739c21fb60c65ba /web.go
parent6ef3e8b3c9a085e3d99b02ba7bb80fc8126f2f90 (diff)
install sample page
Diffstat (limited to 'web.go')
-rw-r--r--web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web.go b/web.go
index 0747f224..6538c61f 100644
--- a/web.go
+++ b/web.go
@@ -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)