mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-19 07:49:34 +00:00
fix: Register channels API in router — omnichannel endpoints live
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
This commit is contained in:
parent
7c6a6d3702
commit
a6df6d5fd2
@ -98,3 +98,7 @@ api_router.include_router(strategic_deals_router.router)
|
|||||||
# ── WhatsApp Webhook — Incoming messages & status ────────────
|
# ── WhatsApp Webhook — Incoming messages & status ────────────
|
||||||
from app.api.v1 import whatsapp_webhook as whatsapp_webhook_router
|
from app.api.v1 import whatsapp_webhook as whatsapp_webhook_router
|
||||||
api_router.include_router(whatsapp_webhook_router.router)
|
api_router.include_router(whatsapp_webhook_router.router)
|
||||||
|
|
||||||
|
# ── Omnichannel — Unified channel management ─────────────────
|
||||||
|
from app.api.v1 import channels as channels_router
|
||||||
|
api_router.include_router(channels_router.router)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user