Update code in endpoints/get-endpoint.post.py
This commit is contained in:
parent
f33b7cf615
commit
3458ddb456
8
endpoints/get-endpoint.post.py
Normal file
8
endpoints/get-endpoint.post.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from fastapi import APIRouter, Depends
|
||||||
|
|
||||||
|
router = APIRouter()
|
||||||
|
|
||||||
|
@router.post("/get-endpoint")
|
||||||
|
async def get_endpoint_handler():
|
||||||
|
"""Returns 'yolooo'"""
|
||||||
|
return {"message": "yolooo"}
|
Loading…
x
Reference in New Issue
Block a user