summaryrefslogtreecommitdiffstats
path: root/web.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-24 11:58:46 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-24 11:58:46 -0400
commit6337d3bf193491aeb9f6a03b260e7c7089c59f76 (patch)
treeb3ed0d0dce9dca3b0e0da5bb406926c7ac334902 /web.go
parent414ebe75534e3ae6884b0e2e0c0ea7648a79b725 (diff)
downloadgitea-6337d3bf193491aeb9f6a03b260e7c7089c59f76.tar.gz
gitea-6337d3bf193491aeb9f6a03b260e7c7089c59f76.zip
Show dashbard
Diffstat (limited to 'web.go')
-rw-r--r--web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web.go b/web.go
index 9717c9384a..70da899a79 100644
--- a/web.go
+++ b/web.go
@@ -89,7 +89,7 @@ func runWeb(*cli.Context) {
reqSignOut := middleware.Toggle(&middleware.ToggleOptions{SignOutRequire: true})
// Routers.
- m.Get("/", reqSignIn, routers.Home)
+ m.Get("/", ignSignIn, routers.Home)
m.Get("/issues", reqSignIn, user.Issues)
m.Get("/pulls", reqSignIn, user.Pulls)
m.Get("/stars", reqSignIn, user.Stars)