From 8b489bf35e2e9dff1331ae9890aff01b4171ca0c Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Fri, 7 Mar 2025 18:23:57 +0000 Subject: [PATCH] feat: Update endpoint /lmaoooo --- app/api/endpoints/lmaoooo.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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