We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a35ff0 commit 46eaaf5Copy full SHA for 46eaaf5
pygeoapi/templates/openapi/redoc.html
@@ -14,6 +14,6 @@
14
</head>
15
<body>
16
<redoc spec-url='{{ data['openapi-document-path'] }}?f=json'></redoc>
17
- <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
+ <script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"> </script>
18
</body>
19
</html>
0 commit comments