Browse Source

Merge pull request 'mod index' (#87) from mod-index into develop

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/87
Reviewed-by: avadesian <xuchx@pcl.ac.cn>
tags/v1.21.7
avadesian 4 years ago
parent
commit
3672b65e16
1 changed files with 1 additions and 1 deletions
  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