This commit is contained in:
parent
0c81791191
commit
ebcb0362c6
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue