feat(lotto): curator/briefing 라우터 마운트
This commit is contained in:
@@ -41,8 +41,12 @@ from .strategy_evolver import (
|
|||||||
get_weights_with_trend, recalculate_weights,
|
get_weights_with_trend, recalculate_weights,
|
||||||
generate_smart_recommendation,
|
generate_smart_recommendation,
|
||||||
)
|
)
|
||||||
|
from .routers import curator as curator_router
|
||||||
|
from .routers import briefing as briefing_router
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
app.include_router(curator_router.router)
|
||||||
|
app.include_router(briefing_router.router)
|
||||||
scheduler = BackgroundScheduler(timezone=os.getenv("TZ", "Asia/Seoul"))
|
scheduler = BackgroundScheduler(timezone=os.getenv("TZ", "Asia/Seoul"))
|
||||||
|
|
||||||
ALL_URL = os.getenv("LOTTO_ALL_URL", "https://smok95.github.io/lotto/results/all.json")
|
ALL_URL = os.getenv("LOTTO_ALL_URL", "https://smok95.github.io/lotto/results/all.json")
|
||||||
|
|||||||
Reference in New Issue
Block a user