Improve the frontend 5
This commit is contained in:
@@ -25,7 +25,8 @@ from app.api import (
|
||||
dashboard,
|
||||
analytics,
|
||||
sustainability,
|
||||
internal_demo
|
||||
internal_demo,
|
||||
audit
|
||||
)
|
||||
|
||||
|
||||
@@ -122,6 +123,8 @@ app = service.create_app()
|
||||
service.setup_standard_endpoints()
|
||||
|
||||
# Include new standardized routers
|
||||
# IMPORTANT: Register audit router FIRST to avoid route matching conflicts
|
||||
service.add_router(audit.router)
|
||||
service.add_router(ingredients.router)
|
||||
service.add_router(stock_entries.router)
|
||||
service.add_router(transformations.router)
|
||||
|
||||
Reference in New Issue
Block a user