summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Sievers <89412959+hendrik1120@users.noreply.github.com>2025-03-01 05:44:49 +0100
committerGitHub <noreply@github.com>2025-03-01 04:44:49 +0000
commit136e92b08dba1bb31e558a4cc2e0598839e3d8f5 (patch)
tree5f5ea1be51b30d9d24044e140206f007d9455dd1
parenta0913741aff359252e5c61600b30d4ffa7d6ea3f (diff)
refactor(api): disable external swagger validation (#8844)
-rw-r--r--api/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/index.html b/api/index.html
index 30538764c..9421852c4 100644
--- a/api/index.html
+++ b/api/index.html
@@ -20,6 +20,7 @@
url: "{{ .Base }}/api/openapi.yml",
dom_id: '#swagger-ui',
deepLinking: true,
+ validatorUrl: "none",
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset