Improve teh securty of teh DB
This commit is contained in:
@@ -23,6 +23,7 @@ from app.api import (
|
||||
production_dashboard,
|
||||
analytics,
|
||||
quality_templates,
|
||||
equipment,
|
||||
internal_demo
|
||||
)
|
||||
|
||||
@@ -166,6 +167,7 @@ service.setup_custom_middleware()
|
||||
# Include standardized routers
|
||||
# NOTE: Register more specific routes before generic parameterized routes
|
||||
service.add_router(quality_templates.router) # Register first to avoid route conflicts
|
||||
service.add_router(equipment.router)
|
||||
service.add_router(production_batches.router)
|
||||
service.add_router(production_schedules.router)
|
||||
service.add_router(production_operations.router)
|
||||
|
||||
Reference in New Issue
Block a user