chore: import upstream snapshot with attribution
Validate YAML Workflows / Validate YAML Configuration Files (push) Has been cancelled
Validate YAML Workflows / Validate YAML Configuration Files (push) Has been cancelled
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
"""Aggregates API routers."""
|
||||
|
||||
from . import artifacts, execute, execute_sync, health, sessions, uploads, vuegraphs, workflows, websocket, batch, tools
|
||||
|
||||
ALL_ROUTERS = [
|
||||
health.router,
|
||||
vuegraphs.router,
|
||||
workflows.router,
|
||||
uploads.router,
|
||||
artifacts.router,
|
||||
sessions.router,
|
||||
batch.router,
|
||||
execute.router,
|
||||
execute_sync.router,
|
||||
tools.router,
|
||||
websocket.router,
|
||||
]
|
||||
|
||||
__all__ = ["ALL_ROUTERS"]
|
||||
Reference in New Issue
Block a user