Update code in endpoints/bookings.get.py
This commit is contained in:
parent
4ad884b2e0
commit
86a1e1996c
7
endpoints/bookings.get.py
Normal file
7
endpoints/bookings.get.py
Normal file
@ -0,0 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/bookings", status_code=200)
|
||||
async def say_good_evening():
|
||||
return {"message": "Good evening"}
|
Loading…
x
Reference in New Issue
Block a user