This commit is contained in:
mr
2025-02-11 11:29:28 +01:00
parent 2a331bdf8f
commit d1e5b59eb9
9 changed files with 229 additions and 45 deletions

View File

@@ -18,6 +18,11 @@ func init() {
beego.NSInclude(
&controllers.WorkflowExecutionController{},
),
beego.NSNamespace("/workflow",
beego.NSInclude(
&controllers.WorkflowSchedulerController{},
),
),
beego.NSNamespace("/version",
beego.NSInclude(
&controllers.VersionController{},