install sample page

This commit is contained in:
FuXiaoHei 2014-03-25 16:51:42 +08:00
parent 6ef3e8b3c9
commit 7f6126dd04
5 changed files with 95 additions and 2 deletions

1
web.go
View file

@ -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)