Acces to workflow execution

This commit is contained in:
mr
2024-08-06 11:09:38 +02:00
parent 4bb98f028b
commit 273fc878f7
11 changed files with 377 additions and 6 deletions

View File

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