[FastAPI]swagger访问缓慢-cdn.jsdelivr.net加载缓慢

# 查找文件路径
find / -name docs.py

vi docs.py
 
 # swagger_js_url: str = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@4/swagger-ui-bundle.js",
 swagger_js_url: str = "https://petstore.swagger.io/swagger-ui-bundle.js",
 # swagger_css_url: str = "https://cdn.jsdelivr.net/npm/swagger-ui-dist@4/swagger-ui.css",
 swagger_css_url: str = "https://petstore.swagger.io/swagger-ui.css",
posted @ 2023-03-23 22:38  LeoShi2020  阅读(574)  评论(1)    收藏  举报