adjustment
This commit is contained in:
@@ -18,6 +18,11 @@ func init() {
|
||||
beego.NSInclude(
|
||||
&controllers.WorkflowSchedulerController{},
|
||||
),
|
||||
beego.NSNamespace("/loki",
|
||||
beego.NSInclude(
|
||||
&controllers.LokiController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/execution",
|
||||
beego.NSInclude(
|
||||
&controllers.WorkflowExecutionController{},
|
||||
|
||||
Reference in New Issue
Block a user