feat: Update endpoint signup

This commit is contained in:
Backend IM Bot 2025-03-10 10:55:52 +00:00
parent b92e35db55
commit 064fc4fbd0

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", "user": user.username}