participantlist works!

This commit is contained in:
2024-05-11 15:28:58 +03:00
parent 0ebfd11851
commit 175d2f9cd4
8 changed files with 136 additions and 22 deletions

View File

@ -78,7 +78,7 @@ async def read_users_me(
@router.get("/anon")
async def get_qnon_user(
async def get_anon_user(
anon_user: Annotated[schemas.AnonUser, Depends(services.get_anon_user)]
) -> schemas.AnonUser:
return anon_user