Update code in endpoints/some-endpoint.post.py
This commit is contained in:
parent
3a35d99ca9
commit
9151f9b00e
@ -4,5 +4,7 @@ router = APIRouter()
|
|||||||
|
|
||||||
@router.post("/some-endpoint")
|
@router.post("/some-endpoint")
|
||||||
async def some_endpoint_handler():
|
async def some_endpoint_handler():
|
||||||
"""Return 'yolooo'"""
|
"""Demo endpoint"""
|
||||||
return {"message": "yolooo"}
|
return {
|
||||||
|
"message": "yolooo maxxx"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user