diff --git a/src/user/router.py b/src/user/router.py index 64d4de8..6139cdc 100644 --- a/src/user/router.py +++ b/src/user/router.py @@ -10,8 +10,8 @@ Endpoints: from fastapi import APIRouter, status, BackgroundTasks -from auth.exceptions import UnauthorizedException -from organisation.exceptions import OrgNotFoundException +from src.auth.exceptions import UnauthorizedException +from src.organisation.exceptions import OrgNotFoundException from src.user.schemas import ( UserResponse, OIDCClaims,