feat: Update endpoint get-endpoint
This commit is contained in:
parent
8d996a096b
commit
2a445c21f7
@ -0,0 +1,10 @@
|
||||
from fastapi import APIRouter, Depends
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/get-endpoint")
|
||||
async def get_endpoint_handler():
|
||||
"""Demo get endpoint"""
|
||||
return {
|
||||
"message": "yolooo"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user