Skip to content

Commit 00d04c8

Browse files
[BOT] [SKIP-GH-PAGES] Add index.html for new swagger.yaml files
1 parent 4f67a53 commit 00d04c8

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!-- HTML for static distribution bundle build -->
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>BlockscoutRs Swagger</title>
7+
<link rel="stylesheet" type="text/css" href="/swaggers/dist/swagger-ui.css" />
8+
<link rel="stylesheet" type="text/css" href="/swaggers/dist/index.css" />
9+
<link rel="icon" type="image/png" href="/swaggers/dist/favicon-32x32.png" sizes="32x32" />
10+
<link rel="icon" type="image/png" href="/swaggers/dist/favicon-16x16.png" sizes="16x16" />
11+
</head>
12+
13+
<body>
14+
<div id="swagger-ui"></div>
15+
<script src="/swaggers/dist/swagger-ui-bundle.js" charset="UTF-8"> </script>
16+
<script src="/swaggers/dist/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
17+
<script src="/swaggers/dist/swagger-initializer.js" charset="UTF-8"> </script>
18+
</body>
19+
</html>

services/multichain-aggregator/hosted_versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ v1.1.1
1919
1.6.2
2020
2.0.0
2121
2.1.0-rc.1
22+
2.1.0

0 commit comments

Comments
 (0)