REFACTOR ALL APIs
This commit is contained in:
15
shared/routing/__init__.py
Normal file
15
shared/routing/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
Shared routing utilities for consistent URL structure across services
|
||||
"""
|
||||
|
||||
from shared.routing.route_builder import RouteBuilder, RouteCategory
|
||||
from shared.routing.route_helpers import build_base_route, build_dashboard_route, build_analytics_route, build_operations_route
|
||||
|
||||
__all__ = [
|
||||
'RouteBuilder',
|
||||
'RouteCategory',
|
||||
'build_base_route',
|
||||
'build_dashboard_route',
|
||||
'build_analytics_route',
|
||||
'build_operations_route',
|
||||
]
|
||||
Reference in New Issue
Block a user