Browse Source

#2477

update kanban index route
pull/2568/head
chenyifan01 2 years ago
parent
commit
3bbe2b5de6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/routes/routes.go

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

@@ -328,7 +328,7 @@ func RegisterRoutes(m *macaron.Macaron) {
}) })
m.Get("/", routers.Home) m.Get("/", routers.Home)
m.Get("/dashboard", routers.Dashboard) m.Get("/dashboard", routers.Dashboard)
m.Get("/kanban/index", kanban.Index)
m.Get("/panel", kanban.Index)
go routers.SocketManager.Run() go routers.SocketManager.Run()
m.Get("/action/notification", routers.ActionNotification) m.Get("/action/notification", routers.ActionNotification)
m.Get("/recommend/home", routers.RecommendHomeInfo) m.Get("/recommend/home", routers.RecommendHomeInfo)


Loading…
Cancel
Save