feat: add voice co-creation session skeleton
This commit is contained in:
@@ -11,6 +11,7 @@ from app.api import (
|
||||
reading_events,
|
||||
stories,
|
||||
universes,
|
||||
voice_sessions,
|
||||
)
|
||||
from app.core.config import settings
|
||||
from app.core.logging import get_logger, setup_logging
|
||||
@@ -67,6 +68,7 @@ app.add_middleware(
|
||||
|
||||
app.include_router(auth.router, prefix="/auth", tags=["auth"])
|
||||
app.include_router(stories.router, prefix="/api", tags=["stories"])
|
||||
app.include_router(voice_sessions.router, prefix="/api", tags=["voice-sessions"])
|
||||
app.include_router(profiles.router, prefix="/api", tags=["profiles"])
|
||||
app.include_router(universes.router, prefix="/api", tags=["universes"])
|
||||
app.include_router(push_configs.router, prefix="/api", tags=["push-configs"])
|
||||
|
||||
Reference in New Issue
Block a user