feat(websockt): add websocket
This commit is contained in:
parent
8a5343156c
commit
d20b5abff5
@ -11,3 +11,5 @@ api_router.include_router(template_router, tags=["templates"])
|
|||||||
api_router.include_router(email_sender_router, tags=["email_sender"])
|
api_router.include_router(email_sender_router, tags=["email_sender"])
|
||||||
api_router.include_router(tenant_notification_router, tags=["tenant_notification"])
|
api_router.include_router(tenant_notification_router, tags=["tenant_notification"])
|
||||||
|
|
||||||
|
websocket_router = APIRouter()
|
||||||
|
websocket_router.include_router(ws_router, prefix="/downstream", tags=["downstream"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user