Scheduling is decharged of API Call Datacentering + charged of booking

This commit is contained in:
mr
2026-02-25 09:04:48 +01:00
parent c8b8955c4b
commit 29623244c4
10 changed files with 512 additions and 277 deletions

View File

@@ -23,6 +23,11 @@ func init() {
&controllers.LokiController{},
),
),
beego.NSNamespace("/booking",
beego.NSInclude(
&controllers.BookingController{},
),
),
beego.NSNamespace("/execution",
beego.NSInclude(
&controllers.WorkflowExecutionController{},