fix: various bugs + improve api readability

This commit is contained in:
swve 2023-11-29 21:59:35 +01:00
parent 7daf6df5a0
commit 2bf80030d7
21 changed files with 98 additions and 75 deletions

View file

@ -25,7 +25,6 @@ class UserUpdate(UserBase):
class UserUpdatePassword(SQLModel):
user_id: int
old_password: str
new_password: str