feat(agent-office): /api/agent-office/notify/lotto-prize 웹훅

This commit is contained in:
2026-05-11 08:54:19 +09:00
parent 57a4a72ff1
commit 715e1598ce
3 changed files with 22 additions and 0 deletions

View File

@@ -10,8 +10,10 @@ from .websocket_manager import ws_manager
from .agents import init_agents, get_agent, get_all_agent_states, AGENT_REGISTRY
from .scheduler import init_scheduler
from . import telegram_bot
from .routers import notify as notify_router
app = FastAPI()
app.include_router(notify_router.router)
_cors_origins = CORS_ALLOW_ORIGINS.split(",")
app.add_middleware(