feat: caor docs and response model
All checks were successful
ci / lint_and_test (push) Successful in 13s

This commit is contained in:
Chris Milne 2026-06-10 16:16:56 +01:00
parent 0b521414b3
commit ec41d1ed05
4 changed files with 45 additions and 9 deletions

View file

@ -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(