oc-workflow latest

This commit is contained in:
mr
2024-08-08 08:34:52 +02:00
parent 273fc878f7
commit 6bc322dc1a
9 changed files with 28 additions and 986 deletions

View File

@@ -25,11 +25,6 @@ func init() {
&controllers.WorkflowResourceController{},
),
),
beego.NSNamespace("/workflow_execution",
beego.NSInclude(
&controllers.WorkflowExecutionController{},
),
),
beego.NSNamespace("/version",
beego.NSInclude(
&controllers.VersionController{},