parent TEMPLATES = Jinja2Templates(directory=str(BASE_PATH / "templates")) app = FastAPI(title="Recipe API", openapi_url="/openapi.json") ...
確定! 回上一頁