diff --git a/app/api/endpoints/lmaoooo.py b/app/api/endpoints/lmaoooo.py index c1f3241..b02856d 100644 --- a/app/api/endpoints/lmaoooo.py +++ b/app/api/endpoints/lmaoooo.py @@ -1,13 +1 @@ -from fastapi import APIRouter, HTTPException -from pydantic import BaseModel - -router = APIRouter() - -class UserRegistration(BaseModel): - username: str - password: str - email: str - -@router.post("/signup") -async def signup(user: UserRegistration): - return {"message": "User registered successfully. Whooo!", "user": user.username} \ No newline at end of file +new edit \ No newline at end of file