Release Candidate: Production Release with Multi-Tenant & Onboarding Enhancements
This commit is contained in:
@@ -14,6 +14,7 @@ from .routes import (
|
||||
media_generation,
|
||||
scene_animation,
|
||||
story_content,
|
||||
story_projects,
|
||||
story_setup,
|
||||
story_tasks,
|
||||
video_generation,
|
||||
@@ -24,6 +25,7 @@ router = APIRouter(prefix="/api/story", tags=["Story Writer"])
|
||||
# Include modular routers (order preserved roughly by workflow)
|
||||
router.include_router(story_setup.router)
|
||||
router.include_router(story_content.router)
|
||||
router.include_router(story_projects.router)
|
||||
router.include_router(story_tasks.router)
|
||||
router.include_router(media_generation.router)
|
||||
router.include_router(scene_animation.router)
|
||||
|
||||
Reference in New Issue
Block a user