Ai
3 Star 12 Fork 6

Jimmy/VipQA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__init__.py 207 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jimmy 提交于 2023-09-07 08:37 +08:00 . 添加框架结构代码
from fastapi import APIRouter
from . import node_router
api_router = APIRouter()
# tags 显示在 Swagger 上的标题
api_router.include_router(node_router.router, tags=['Node'], prefix='/node')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/VipSoft/VipQA.git
git@gitee.com:VipSoft/VipQA.git
VipSoft
VipQA
VipQA
FastAPI

搜索帮助