feat: Update endpoint contact
This commit is contained in:
parent
d52d1d6b75
commit
0d2ef078e4
@ -3,8 +3,6 @@ from sqlalchemy.orm import Session
|
|||||||
from core.database import get_db
|
from core.database import get_db
|
||||||
from schemas.contact import ContactCreate, ContactSchema
|
from schemas.contact import ContactCreate, ContactSchema
|
||||||
from typing import Dict, Any
|
from typing import Dict, Any
|
||||||
from utils.contact_utils import sanitize_contact_input, validate_contact_data
|
|
||||||
from services.contact_service import create_contact, format_contact_response
|
|
||||||
|
|
||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user