Update code in endpoints/api/v1/endpoint.post.py
This commit is contained in:
parent
61837dc9cb
commit
e9a1a41dc2
@ -5,10 +5,10 @@ router = APIRouter()
|
|||||||
|
|
||||||
@router.post("/api/v1/endpoint")
|
@router.post("/api/v1/endpoint")
|
||||||
async def skibidi_endpoint():
|
async def skibidi_endpoint():
|
||||||
"""Demo skibidi endpoint"""
|
"""Return skibidi yoo message"""
|
||||||
return {
|
return {
|
||||||
"message": "Success",
|
"message": "Request successful",
|
||||||
"data": "skibidi yooo",
|
"data": "skibidi yoo",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"source": "demo_endpoint",
|
"source": "demo_endpoint",
|
||||||
"timestamp": "2024"
|
"timestamp": "2024"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user