FastAPI快速入门1 Hello World

1 Hello World 1.1 Hello World ch01/main.py from fastapi import FastAPI, APIRouter # 1 app = FastAPI( title="Recipe API", openapi_url="/openapi.json" )
posted @ 2024-06-14 09:47  磁石空杯  阅读(39)  评论(0编辑  收藏  举报