Update code in endpoints/api/v1/endpoint.post.py

This commit is contained in:
Backend IM Bot 2025-03-17 16:51:44 +00:00
parent 750b7122dc
commit 984c52e7c0

View File

@ -10,7 +10,7 @@ async def skibidi_endpoint():
"message": "Success", "message": "Success",
"data": "skibidi yooo", "data": "skibidi yooo",
"metadata": { "metadata": {
"response_type": "text", "source": "demo_endpoint",
"timestamp": "demo_response" "timestamp": "2024"
} }
} }