Skip to content

Commit 038dad7

Browse files
committed
Deploying to gh-pages from @ 02fce4c 🚀
1 parent 941fe52 commit 038dad7

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

rest/index.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
<!-- HTML for static distribution bundle build -->
22
<!DOCTYPE html>
33
<html lang="en">
4-
<head>
4+
<head>
55
<meta charset="UTF-8">
66
<title>Remote Two/3 Core OpenAPI</title>
7-
<!-- Get latest Swagger UI code and style from npm: https://unpkg.com/swagger-ui-dist@4/ -->
7+
<!-- Get latest Swagger UI code and style from npm: https://unpkg.com/swagger-ui-dist@5/ -->
88
<script src="./swagger-ui-bundle.js" charset="UTF-8"> </script>
99
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
1010
<link rel="stylesheet" type="text/css" href="index.css" />
1111
<link rel="icon" href="./favicon.ico" />
1212
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
1313
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
14-
</head>
14+
</head>
1515

16-
<body>
17-
<div id="swagger-ui"></div>
18-
<script>
19-
window.onload = function () {
20-
const ui = SwaggerUIBundle({
16+
<body>
17+
<div id="swagger-ui"></div>
18+
<script>
19+
window.onload = function () {
20+
const ui = SwaggerUIBundle({
2121
url: "UCR-core-openapi.yaml",
22-
dom_id: '#swagger-ui',
23-
deepLinking: true,
24-
presets: [
25-
SwaggerUIBundle.presets.apis,
26-
SwaggerUIBundle.SwaggerUIStandalonePreset
27-
],
28-
plugins: [
29-
SwaggerUIBundle.plugins.DownloadUrl
30-
],
31-
})
32-
window.ui = ui
33-
}
34-
</script>
35-
</body>
22+
dom_id: '#swagger-ui',
23+
deepLinking: true,
24+
presets: [
25+
SwaggerUIBundle.presets.apis,
26+
SwaggerUIBundle.SwaggerUIStandalonePreset
27+
],
28+
plugins: [
29+
SwaggerUIBundle.plugins.DownloadUrl
30+
],
31+
})
32+
window.ui = ui
33+
}
34+
</script>
35+
</body>
3636
</html>

rest/swagger-ui-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rest/swagger-ui.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)