Scheduling is decharged of API Call Datacentering + charged of booking
This commit is contained in:
@@ -23,6 +23,11 @@ func init() {
|
||||
&controllers.LokiController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/booking",
|
||||
beego.NSInclude(
|
||||
&controllers.BookingController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/execution",
|
||||
beego.NSInclude(
|
||||
&controllers.WorkflowExecutionController{},
|
||||
|
||||
Reference in New Issue
Block a user