Skip to content

Commit 49b577d

Browse files
committed
第四章 响应处理和FastAPI配置
1 parent 30d86e1 commit 49b577d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tutorial/chapter04.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ async def upload_files(files: List[UploadFile] = File(...)): # 如果要上传
106106
return {"filename": files[0].filename, "content_type": files[0].content_type}
107107

108108

109-
"""【见coronavirus应用】
110-
开发COVID-19感染数据查询接口
111-
FastAPI项目的静态文件配置
112-
Jinja2模板渲染COVID-19查询页面
113-
"""
109+
"""【见main.py】FastAPI项目的静态文件配置"""
114110

115111
"""Path Operation Configuration 路径操作配置"""
116112

0 commit comments

Comments
 (0)