using beego framework
This commit is contained in:
10
routers/router.go
Normal file
10
routers/router.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package routers
|
||||
|
||||
import (
|
||||
"gitea-projekt-dashboard/controllers"
|
||||
beego "github.com/beego/beego/v2/server/web"
|
||||
)
|
||||
|
||||
func init() {
|
||||
beego.Router("/", &controllers.MainController{})
|
||||
}
|
||||
Reference in New Issue
Block a user