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