diff --git a/endpoints/op-marv.get.py b/endpoints/op-marv.get.py deleted file mode 100644 index 5c2c581..0000000 --- a/endpoints/op-marv.get.py +++ /dev/null @@ -1,16 +0,0 @@ -from fastapi import APIRouter, Depends, HTTPException -from core.database import fake_users_db - -router = APIRouter() - -@router.post("/api/v1/endpoint") -async def marv_endpoint(): - """Endpoint that returns Marv's status""" - return { - "message": "Success", - "data": "Marv is OP", - "metadata": - "source": "marv_status", - "timestamp": "now" - } - } \ No newline at end of file