|
@@ -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) |
|
|