Merge pull request 'feat(websockt): add websocket' (#43) from tania_local into dev
Reviewed-on: freeleaps/freeleaps-service-hub#43 Reviewed-by: jingyao1991 <jingyao1991@noreply.gitea.freeleaps.mathmast.com>
This commit is contained in:
commit
4f09a5e4df
@ -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