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",
"data": "skibidi yooo",
"metadata": {
"response_type": "text",
"timestamp": "demo_response"
"source": "demo_endpoint",
"timestamp": "2024"
}
}