Sync fastapi docs from 50fa3f7c on 2026-01-11
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
my_awesome_api = FastAPI()
|
||||
|
||||
|
||||
@my_awesome_api.get("/")
|
||||
async def root():
|
||||
return {"message": "Hello World"}
|
||||
Reference in New Issue
Block a user