This commit is contained in:
mr
2025-04-01 10:09:25 +02:00
parent 1aa6c68b2c
commit 3ae9f69525
9 changed files with 212 additions and 12 deletions

View File

@@ -15,9 +15,9 @@ import (
func init() {
ns := beego.NewNamespace("/oc/",
beego.NSInclude(
&controllers.DatacenterController{},
),
beego.NSInclude(
&controllers.DatacenterController{},
),
beego.NSNamespace("/session",
beego.NSInclude(
@@ -40,6 +40,6 @@ func init() {
),
),
)
beego.AddNamespace(ns)
}