#87 mod index

Merged
avadesian merged 1 commits from mod-index into develop 2 years ago
  1. +1
    -1
      routers/routes/routes.go

+ 1
- 1
routers/routes/routes.go View File

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


Loading…
Cancel
Save