Andrew Shu 4 months ago
parent
commit
6c66375afb
  1. 4
      ansible/roles/swagger_ui/files/index.js

4
ansible/roles/swagger_ui/files/index.js

@ -2,8 +2,8 @@ window.onload = function() {
const uiConfig = { const uiConfig = {
"url": "/api/beta/ui", "url": "/api/beta/ui",
"dom_id": "#swagger-ui", "dom_id": "#swagger-ui",
"deepLinking": True,
"validatorUrl": None,
"deepLinking": true,
"validatorUrl": undefined,
"layout": "StandaloneLayout", "layout": "StandaloneLayout",
"oauth2RedirectUrl": "oauth2-redirect", "oauth2RedirectUrl": "oauth2-redirect",
}; };

Loading…
Cancel
Save