|
|
@@ -305,7 +305,7 @@ func RegisterRoutes(m *macaron.Macaron) { |
|
|
|
m.Head("/", func() string { |
|
|
|
return "" |
|
|
|
}) |
|
|
|
m.Get("/", routers.ExploreRepos) |
|
|
|
m.Get("/", routers.Dashboard) |
|
|
|
m.Get("/dashboard", routers.Dashboard) |
|
|
|
m.Group("/explore", func() { |
|
|
|
m.Get("", func(ctx *context.Context) { |
|
|
|