adjustment

This commit is contained in:
mr
2025-03-28 08:47:44 +01:00
parent e7f8518f34
commit af6aa9e17f
14 changed files with 157 additions and 44 deletions

View File

@@ -18,6 +18,11 @@ func init() {
beego.NSInclude(
&controllers.WorkflowSchedulerController{},
),
beego.NSNamespace("/loki",
beego.NSInclude(
&controllers.LokiController{},
),
),
beego.NSNamespace("/execution",
beego.NSInclude(
&controllers.WorkflowExecutionController{},