We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d86e1 commit 49b577dCopy full SHA for 49b577d
1 file changed
tutorial/chapter04.py
@@ -106,11 +106,7 @@ async def upload_files(files: List[UploadFile] = File(...)): # 如果要上传
106
return {"filename": files[0].filename, "content_type": files[0].content_type}
107
108
109
-"""【见coronavirus应用】
110
-开发COVID-19感染数据查询接口
111
-FastAPI项目的静态文件配置
112
-Jinja2模板渲染COVID-19查询页面
113
-"""
+"""【见main.py】FastAPI项目的静态文件配置"""
114
115
"""Path Operation Configuration 路径操作配置"""
116
0 commit comments