Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
接
https://github.com/reqable/reqable-app/issues/625
导入 swagger 格式的合集:
将 "basePath": "/api", 这部分也一并替换了
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 接 https://github.com/reqable/reqable-app/issues/625 导入 swagger 格式的合集: 将
"basePath": "/api",
这部分也一并替换了其对应的文档部分是: { "swagger": "2.0", "info": { "title": "xxxxtestAPI.paw", "version": "v0.0.0" }, "host": "127.0.0.1:8000", "schemes": [ "http" ], "basePath": "/api", "paths": { "/token/refresh/": { "post": { ....
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.