Browse Source

Fix JS

merge-requests/169/head
Andrew Shu 2 months ago
committed by talklittle
parent
commit
229625f1b0
  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 = {
"url": "/api/beta/ui",
"dom_id": "#swagger-ui",
"deepLinking": True,
"validatorUrl": None,
"deepLinking": true,
"validatorUrl": undefined,
"layout": "StandaloneLayout",
"oauth2RedirectUrl": "oauth2-redirect",
};

Loading…
Cancel
Save