parent
82c2b13a7f
commit
33e78d4a9b
9 changed files with 37 additions and 50 deletions
|
|
@ -1,13 +1,9 @@
|
|||
"""
|
||||
Router dependencies for organisation module
|
||||
Dependencies related to the organisation module
|
||||
|
||||
Classes:
|
||||
- List: Description
|
||||
- Classes: Description
|
||||
|
||||
Functions:
|
||||
- List: Description
|
||||
- Functions: Description
|
||||
Exports:
|
||||
- org_model_query_dependency: org_model: Gets org model from db, if it exists. Uses org_id from query param. Also verifies if the org has been approved.
|
||||
- org_model_body_dependency: org_model: Gets org model from db, if it exists. Uses org_id from request body. Also verifies if the org has been approved.
|
||||
"""
|
||||
from typing import Annotated, Optional
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue