Skip to content

Commit 82034f0

Browse files
authored
build: bump swagger-ui-dist from 5.9.0 to 5.9.1 (#59)
1 parent 2a782c7 commit 82034f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<meta name="description" content="Codewars OpenAPI"/>
77
<title>Codewars OpenAPI</title>
8-
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/swagger-ui.css"/>
8+
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/swagger-ui.css"/>
99
</head>
1010
<body>
1111
<div id="swagger-ui"></div>
12-
<script src="https://unpkg.com/[email protected].0/swagger-ui-bundle.js" crossorigin></script>
12+
<script src="https://unpkg.com/[email protected].1/swagger-ui-bundle.js" crossorigin></script>
1313
<script>
1414
window.onload = () => {
1515
window.ui = SwaggerUIBundle({

0 commit comments

Comments
 (0)