Add user delete process 2
This commit is contained in:
@@ -24,7 +24,8 @@ from app.api import (
|
||||
quality_templates,
|
||||
equipment,
|
||||
internal_demo,
|
||||
orchestrator # NEW: Orchestrator integration endpoint
|
||||
orchestrator, # NEW: Orchestrator integration endpoint
|
||||
production_orders_operations # Tenant deletion endpoints
|
||||
)
|
||||
|
||||
|
||||
@@ -151,6 +152,7 @@ service.setup_custom_middleware()
|
||||
# Include standardized routers
|
||||
# NOTE: Register more specific routes before generic parameterized routes
|
||||
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
|
||||
service.add_router(equipment.router)
|
||||
service.add_router(production_batches.router)
|
||||
|
||||
Reference in New Issue
Block a user