lot of new functionalities
This commit is contained in:
10
servers/web/app_dashboard_routes.go
Normal file
10
servers/web/app_dashboard_routes.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package web
|
||||
|
||||
import (
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
||||
func (ws *WebServer) setupDashboardRoutes(appRouter *mux.Router) {
|
||||
// Dashboard
|
||||
appRouter.HandleFunc("/", ws.appHandler.DashboardHTTPHandler())
|
||||
}
|
||||
Reference in New Issue
Block a user