feat: caor docs and response model
All checks were successful
ci / lint_and_test (push) Successful in 13s
All checks were successful
ci / lint_and_test (push) Successful in 13s
This commit is contained in:
parent
0b521414b3
commit
ec41d1ed05
4 changed files with 45 additions and 9 deletions
|
|
@ -28,7 +28,7 @@ oidc_dependency = Annotated[str, Depends(oidc)]
|
|||
|
||||
|
||||
def get_dev_user():
|
||||
return {"db_id": 1}
|
||||
return {"db_id": 1, "email": "chris@sr2.uk"}
|
||||
|
||||
|
||||
async def get_current_user(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue