fix: export_service import, UTC import in backup_service

This commit is contained in:
Agent Zero
2026-08-07 08:07:56 +02:00
parent 05ac3d96cc
commit 8d2aa58665
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -33,6 +33,7 @@ from app.schemas.contact import (
)
from app.services import contact_service
from app.services import dedup_service
from app.services import export_service
router = APIRouter(prefix="/api/v1/contacts", tags=["contacts"])