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",
"data": "skibidi yooo",
"metadata": {
"source": "demo_endpoint",
"timestamp": "2024"
"type": "test_response",
"timestamp": "demo"
}
}