Update code in endpoints/get-endpoint.post.py
This commit is contained in:
parent
3458ddb456
commit
8d996a096b
@ -4,5 +4,7 @@ router = APIRouter()
|
|||||||
|
|
||||||
@router.post("/get-endpoint")
|
@router.post("/get-endpoint")
|
||||||
async def get_endpoint_handler():
|
async def get_endpoint_handler():
|
||||||
"""Returns 'yolooo'"""
|
"""Demo get endpoint"""
|
||||||
return {"message": "yolooo"}
|
return {
|
||||||
|
"message": "yolooo"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user