Fix: Ændret debug endpoint path for at undgå conflict
This commit is contained in:
parent
bd2de09076
commit
ba0a2fd160
@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
|
|||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
||||||
|
|
||||||
@router.get("/contacts/debug", response_model=dict)
|
@router.get("/contacts-debug", response_model=dict)
|
||||||
async def debug_contacts():
|
async def debug_contacts():
|
||||||
"""
|
"""
|
||||||
Debug endpoint: Check contact-company links
|
Debug endpoint: Check contact-company links
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user