disable url parameter in swagger-ui page (#11202)

Closes: #11201
Solution:
- update swagger-ui to recent release
- add option `queryConfigEnabled: false`
This commit is contained in:
yihuang
2022-02-16 14:58:36 +01:00
committed by GitHub
parent 7869d38e94
commit cb6fea997c
13 changed files with 14 additions and 11 deletions
+1
View File
@@ -42,6 +42,7 @@
url: "./swagger.yaml",
dom_id: '#swagger-ui',
deepLinking: true,
queryConfigEnabled: false,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset