feat: Delete endpoint /forgot-password
This commit is contained in:
parent
9b8d03064b
commit
70f6eaab02
@ -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}
|
Loading…
x
Reference in New Issue
Block a user