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

This commit is contained in:
Backend IM Bot 2025-03-17 16:56:39 +00:00
parent 984c52e7c0
commit 611e028bba

View File

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