Skip to content

Commit

Permalink
build: bump swagger-ui-dist from 5.3.2 to 5.7.2 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParanoidUser authored Sep 21, 2023
1 parent af7f75d commit 7f4a9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="Codewars OpenAPI"/>
<title>Codewars OpenAPI</title>
<link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@5.3.2/swagger-ui.css"/>
<link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@5.7.2/swagger-ui.css"/>
</head>
<body>
<div id="swagger-ui"></div>
<script src="https://unpkg.com/swagger-ui-dist@5.3.2/swagger-ui-bundle.js" crossorigin></script>
<script src="https://unpkg.com/swagger-ui-dist@5.7.2/swagger-ui-bundle.js" crossorigin></script>
<script>
window.onload = () => {
window.ui = SwaggerUIBundle({
Expand Down

0 comments on commit 7f4a9a3

Please sign in to comment.