Phase 3: Advanced Analytics Foundation - Models, Schemas, and API
This commit is contained in:
+2
-1
@@ -7,7 +7,7 @@ from app.streaming.live_store import periodic_flush, periodic_maintenance
|
||||
import asyncio
|
||||
|
||||
# Newly added routers
|
||||
from app.api import account, performance, status, settings_api, prompts, daily_helper
|
||||
from app.api import account, performance, status, settings_api, prompts, daily_helper, analytics
|
||||
|
||||
app = FastAPI(
|
||||
title=settings.APP_NAME,
|
||||
@@ -42,6 +42,7 @@ app.include_router(status.router, prefix="/api")
|
||||
app.include_router(settings_api.router, prefix="/api")
|
||||
app.include_router(prompts.router, prefix="/api")
|
||||
app.include_router(daily_helper.router)
|
||||
app.include_router(analytics.router)
|
||||
|
||||
|
||||
@app.on_event("startup")
|
||||
|
||||
Reference in New Issue
Block a user