Browse Source

Point at latest swagger version from CDN

pull/699/head
baarkerlounger 3 years ago
parent
commit
77728697d3
  1. 4
      docs/index.html

4
docs/index.html

@ -3,9 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="//pagecdn.io/lib/swagger-ui/v3.31.1/swagger-ui.css"> <link rel="stylesheet" type="text/css" href="//pagecdn.io/lib/swagger-ui/v4.12.0/swagger-ui.css">
<title>OpenAPI DLUHC CORE Data Collection</title> <title>OpenAPI DLUHC CORE Data Collection</title>
<body><div id="openapi"><script src="//pagecdn.io/lib/swagger-ui/v3.31.1/swagger-ui-bundle.js"></script> <body><div id="openapi"><script src="//pagecdn.io/lib/swagger-ui/v4.12.0/swagger-ui-bundle.js"></script>
<script> <script>
window.onload = function () { window.onload = function () {
const ui = SwaggerUIBundle({ const ui = SwaggerUIBundle({

Loading…
Cancel
Save