Fix: Ændret debug endpoint path for at undgå conflict

This commit is contained in:
Christian 2025-12-22 15:43:47 +01:00
parent bd2de09076
commit ba0a2fd160

View File

@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
router = APIRouter()
@router.get("/contacts/debug", response_model=dict)
@router.get("/contacts-debug", response_model=dict)
async def debug_contacts():
"""
Debug endpoint: Check contact-company links