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")
|
||||
async def some_endpoint_handler():
|
||||
"""Return 'yolooo'"""
|
||||
return {"message": "yolooo"}
|
||||
"""Demo endpoint"""
|
||||
return {
|
||||
"message": "yolooo maxxx"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user