This commit is contained in:
mr
2024-11-07 13:42:19 +01:00
parent 21b3041783
commit 5f5072f176
10 changed files with 182 additions and 177 deletions

View File

@@ -25,9 +25,9 @@ func init() {
&controllers.DataController{},
),
),
beego.NSNamespace("/datacenter",
beego.NSNamespace("/compute",
beego.NSInclude(
&controllers.DatacenterController{},
&controllers.ComputeController{},
),
),
beego.NSNamespace("/storage",