From 61837dc9cb2a0c16304d60c84c1332e0182d95a4 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Mon, 17 Mar 2025 17:00:35 +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 af4e126..20a4c5c 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": { - "type": "test_response", - "timestamp": "demo" + "source": "demo_endpoint", + "timestamp": "2024" } } \ No newline at end of file