lot of new functionalities
This commit is contained in:
10
servers/web/app_misc_routes.go
Normal file
10
servers/web/app_misc_routes.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package web
|
||||
|
||||
import (
|
||||
"github.com/gorilla/mux"
|
||||
"git.coopgo.io/coopgo-apps/parcoursmob/core/application"
|
||||
)
|
||||
|
||||
func setupMiscRoutes(appRouter *mux.Router, applicationHandler *application.ApplicationHandler) {
|
||||
// Future misc routes can be added here
|
||||
}
|
||||
Reference in New Issue
Block a user