aboutsummaryrefslogtreecommitdiff
path: root/web.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-25 06:54:22 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-25 06:54:22 -0400
commite95be2cb3e1e320ecd86f0743acaeeb76f50e3e5 (patch)
tree746b1ab1ab5626fb20ddd04121c29a951a6f84b3 /web.go
parenteeb793524f2da4afdca017b585d9cfb6e9628e85 (diff)
parent94ac5ebb9f100c77da02b56961119a25cd9e6d20 (diff)
Merge branch 'master' of github.com:gogits/gogs
Conflicts: conf/app.ini
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)