fix(dashboard): navigation issues
This commit is contained in:
@@ -39,6 +39,7 @@ func InitRouter() *gin.Engine {
|
||||
{
|
||||
app.Static("/build", "dashboard/build")
|
||||
app.GET("/", handlers.DashboardHandler())
|
||||
app.GET("/:page", handlers.DashboardHandler())
|
||||
}
|
||||
return router
|
||||
}
|
||||
|
Reference in New Issue
Block a user