Add workplan execution queue
This commit is contained in:
parent
0ea46f081c
commit
d4dea7864d
13 changed files with 1022 additions and 10 deletions
|
|
@ -17,6 +17,7 @@ from api.routers import interface_changes
|
|||
from api.routers import flows
|
||||
from api.routers import recently_on_scope
|
||||
from api.routers import reconciliation
|
||||
from api.routers import execution
|
||||
|
||||
|
||||
class ETagMiddleware(BaseHTTPMiddleware):
|
||||
|
|
@ -102,6 +103,7 @@ app.include_router(token_events.router)
|
|||
app.include_router(interface_changes.router)
|
||||
app.include_router(flows.router)
|
||||
app.include_router(reconciliation.router)
|
||||
app.include_router(execution.router)
|
||||
app.include_router(state.router)
|
||||
app.include_router(policy.router)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue