FastAPI swaggerUI shows nested routes twice

前端 未结 0 378
夕颜
夕颜 2021-01-26 19:04

I have a configuration like this in the routes/__init__.py

## api/routes/__init__.py
router = APIRouter()
router.include_router(models_router, prefix         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题