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