From 611e028bbaba20118b7f2b16fd28b5fcacb17b0e Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Mon, 17 Mar 2025 16:56:39 +0000 Subject: [PATCH] Update code in endpoints/api/v1/endpoint.post.py --- endpoints/api/v1/endpoint.post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/api/v1/endpoint.post.py b/endpoints/api/v1/endpoint.post.py index 20a4c5c..af4e126 100644 --- a/endpoints/api/v1/endpoint.post.py +++ b/endpoints/api/v1/endpoint.post.py @@ -10,7 +10,7 @@ async def skibidi_endpoint(): "message": "Success", "data": "skibidi yooo", "metadata": { - "source": "demo_endpoint", - "timestamp": "2024" + "type": "test_response", + "timestamp": "demo" } } \ No newline at end of file