feat: Update endpoint signup

This commit is contained in:
Backend IM Bot 2025-03-06 20:59:46 +00:00
parent b92e35db55
commit 7af70c3bc9

View File

@ -10,4 +10,4 @@ class UserRegistration(BaseModel):
@router.post("/signup")
async def signup(user: UserRegistration):
return {"message": "User registered successfully", "user": user.username}
return {"message": "User registered successfully. Yooooo!!!!", "user": user.username}