From 229625f1b0e00f241ab45dd52b8e98efe6a5104a Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Sun, 24 Aug 2025 13:53:09 -0700 Subject: [PATCH] Fix JS --- ansible/roles/swagger_ui/files/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/swagger_ui/files/index.js b/ansible/roles/swagger_ui/files/index.js index ec0b441..cce4660 100644 --- a/ansible/roles/swagger_ui/files/index.js +++ b/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", };