Improve the frontend 5
This commit is contained in:
@@ -25,7 +25,8 @@ from app.api import (
|
||||
equipment,
|
||||
internal_demo,
|
||||
orchestrator, # NEW: Orchestrator integration endpoint
|
||||
production_orders_operations # Tenant deletion endpoints
|
||||
production_orders_operations, # Tenant deletion endpoints
|
||||
audit
|
||||
)
|
||||
|
||||
|
||||
@@ -151,6 +152,8 @@ service.setup_custom_middleware()
|
||||
|
||||
# Include standardized routers
|
||||
# NOTE: Register more specific routes before generic parameterized routes
|
||||
# IMPORTANT: Register audit router FIRST to avoid route matching conflicts
|
||||
service.add_router(audit.router)
|
||||
service.add_router(orchestrator.router) # NEW: Orchestrator integration endpoint
|
||||
service.add_router(production_orders_operations.router) # Tenant deletion endpoints
|
||||
service.add_router(quality_templates.router) # Register first to avoid route conflicts
|
||||
|
||||
Reference in New Issue
Block a user