diff options
| author | Hendrik Sievers <89412959+hendrik1120@users.noreply.github.com> | 2025-03-01 05:44:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 04:44:49 +0000 |
| commit | 136e92b08dba1bb31e558a4cc2e0598839e3d8f5 (patch) | |
| tree | 5f5ea1be51b30d9d24044e140206f007d9455dd1 | |
| parent | a0913741aff359252e5c61600b30d4ffa7d6ea3f (diff) | |
refactor(api): disable external swagger validation (#8844)
| -rw-r--r-- | api/index.html | 1 |
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 |
