-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump swagger-ui-dist from 5.9.0 to 5.9.1 (#59)
- Loading branch information
1 parent
2a782c7
commit 82034f0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].0/swagger-ui.css"/> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/swagger-ui.css"/> | ||
</head> | ||
<body> | ||
<div id="swagger-ui"></div> | ||
<script src="https://unpkg.com/[email protected].0/swagger-ui-bundle.js" crossorigin></script> | ||
<script src="https://unpkg.com/[email protected].1/swagger-ui-bundle.js" crossorigin></script> | ||
<script> | ||
window.onload = () => { | ||
window.ui = SwaggerUIBundle({ | ||
|