AI Analysis and Content Strategy fixes. Enhanced Strategy Routes refactoring.
This commit is contained in:
8
backend/api/subscription/routes/__init__.py
Normal file
8
backend/api/subscription/routes/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Subscription API Routes
|
||||
All route modules are imported here for easy access.
|
||||
"""
|
||||
|
||||
from . import usage, plans, subscriptions, alerts, dashboard, logs, preflight
|
||||
|
||||
__all__ = ["usage", "plans", "subscriptions", "alerts", "dashboard", "logs", "preflight"]
|
||||
Reference in New Issue
Block a user