Phase 4 of Migration
This commit is contained in:
@@ -27,6 +27,7 @@ from crm.quotations_router import router as crm_quotations_router
|
||||
from public.router import router as public_router
|
||||
from notes.router import router as notes_router
|
||||
from tickets.router import router as tickets_router
|
||||
from audit.router import router as audit_router
|
||||
from crm.nextcloud import close_client as close_nextcloud_client, keepalive_ping as nextcloud_keepalive
|
||||
from crm.mail_accounts import get_mail_accounts
|
||||
from mqtt.client import mqtt_manager
|
||||
@@ -74,6 +75,7 @@ app.include_router(crm_quotations_router)
|
||||
app.include_router(public_router)
|
||||
app.include_router(notes_router)
|
||||
app.include_router(tickets_router)
|
||||
app.include_router(audit_router)
|
||||
|
||||
|
||||
async def nextcloud_keepalive_loop():
|
||||
|
||||
Reference in New Issue
Block a user