Browse Source

Revert "Fix JS"

This reverts commit 6c66375afb.
merge-requests/169/head
Andrew Shu 2 months ago
committed by talklittle
parent
commit
b6b524058c
  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": undefined,
"deepLinking": True,
"validatorUrl": None,
"layout": "StandaloneLayout",
"oauth2RedirectUrl": "oauth2-redirect",
};

Loading…
Cancel
Save