feat: Update endpoint signup
This commit is contained in:
parent
b92e35db55
commit
289e199da3
@ -7,6 +7,7 @@ class UserRegistration(BaseModel):
|
||||
username: str
|
||||
password: str
|
||||
email: str
|
||||
confirmationPassword: str
|
||||
|
||||
@router.post("/signup")
|
||||
async def signup(user: UserRegistration):
|
||||
|
Loading…
x
Reference in New Issue
Block a user