diff --git a/app/api/endpoints/forgot-password.py b/app/api/endpoints/forgot-password.py deleted file mode 100644 index a41202d..0000000 --- a/app/api/endpoints/forgot-password.py +++ /dev/null @@ -1,7 +0,0 @@ -from fastapi import APIRouter - -router = APIRouter() - -@router.post("/forgot-password") -async def forgot_password(username: str, password: str): - return {"message": "Forgot password!", "username": username} \ No newline at end of file