feat: auth requirements to service endpoints
This commit is contained in:
parent
66c2a71c8a
commit
689443c05e
2 changed files with 7 additions and 9 deletions
|
|
@ -27,7 +27,7 @@ from src.user.exceptions import UserNotFoundException
|
|||
from src.auth.service import claims_dependency
|
||||
from src.auth.dependencies import super_admin_dependency, org_model_root_claim_query_dependency, org_model_root_claim_body_dependency
|
||||
|
||||
from src.organisation.dependencies import org_model_query_dependency, org_model_body_dependency
|
||||
from src.organisation.dependencies import org_model_body_dependency
|
||||
from src.organisation.constants import ContactType
|
||||
from src.organisation.models import Organisation as Org
|
||||
from src.organisation.schemas import OrgOrgPostRequest, OrgQuestionnairePatchRequest, OrgStatusPatchRequest, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue