1 Star 0 Fork 0

He sy/LearnFastAPI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
05路径操作装饰器方法参数.py 275 Bytes
一键复制 编辑 原始数据 按行查看 历史
He sy 提交于 2023-11-18 22:23 . first commit.
from fastapi import FastAPI
import uvicorn
app = FastAPI()
@app.post("/items",tags=["这是items测试接口"])
def test():
return {"items": "items数据"}
if __name__ == '__main__':
uvicorn.run("05路径操作装饰器方法参数:app", port=8000, reload=True)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/funpony/learn-fast-api.git
git@gitee.com:funpony/learn-fast-api.git
funpony
learn-fast-api
LearnFastAPI
master

搜索帮助