Update code in endpoints/yolo-endpoint.get.py
This commit is contained in:
parent
99d4a0833e
commit
a01c7b2e2a
@ -0,0 +1,10 @@
|
||||
from fastapi import APIRouter, Depends, HTTPException
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/yolo-endpoint")
|
||||
async def yolo_endpoint_handler():
|
||||
"""Demo yolo endpoint"""
|
||||
return {
|
||||
"message": "yoloooo! this shii works!!"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user