working oc-catalog + enum ref

This commit is contained in:
mr
2025-01-17 17:03:32 +01:00
parent 4b8f129564
commit 99b42f6d02
14 changed files with 1295 additions and 361 deletions

View File

@@ -45,6 +45,11 @@ func init() {
&controllers.WorkflowController{},
),
),
beego.NSNamespace("/enum",
beego.NSInclude(
&controllers.EnumController{},
),
),
beego.NSNamespace("/version",
beego.NSInclude(
&controllers.VersionController{},