rebuild(stage-10): deliver mentor and unified llm streaming
This commit is contained in:
@@ -2,6 +2,7 @@ from fastapi import APIRouter
|
||||
|
||||
from backend.features.accounts.routes import router as accounts_router
|
||||
from backend.features.market.routes import router as market_router
|
||||
from backend.features.mentor.routes import router as mentor_router
|
||||
from backend.features.screener.routes import router as screener_router
|
||||
from backend.http.routes.health import router as health_router
|
||||
|
||||
@@ -10,3 +11,4 @@ api_router.include_router(health_router)
|
||||
api_router.include_router(accounts_router)
|
||||
api_router.include_router(market_router)
|
||||
api_router.include_router(screener_router)
|
||||
api_router.include_router(mentor_router)
|
||||
|
||||
Reference in New Issue
Block a user