mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add profile settings page
This commit is contained in:
parent
fac6b57ab3
commit
1157b77835
21 changed files with 456 additions and 134 deletions
|
|
@ -59,7 +59,7 @@ async def api_delete_user(request: Request, user_id: str):
|
|||
|
||||
|
||||
@router.put("/user_id/{user_id}")
|
||||
async def api_update_user(request: Request, user_object: UserWithPassword, user_id: str):
|
||||
async def api_update_user(request: Request, user_object: User, user_id: str):
|
||||
"""
|
||||
Update user by ID
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue