feat: Update endpoint signup

This commit is contained in:
Backend IM Bot 2025-03-09 23:39:41 +00:00
parent b92e35db55
commit 289e199da3

View File

@ -7,6 +7,7 @@ class UserRegistration(BaseModel):
username: str
password: str
email: str
confirmationPassword: str
@router.post("/signup")
async def signup(user: UserRegistration):