Skip to content

Commit

Permalink
upgrade swagger-ui to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Nov 15, 2023
1 parent 129b515 commit e3897ca
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 @@ -6,7 +6,7 @@
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/swagger-ui-dist@4/swagger-ui.css"
href="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css"
/>
<link
rel="shortcut icon"
Expand All @@ -33,7 +33,7 @@
<body>
<div id="swagger-ui"></div>

<script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist@4/swagger-ui-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js"></script>
<script>
window.onload = function () {
window.ui = SwaggerUIBundle({
Expand Down

0 comments on commit e3897ca

Please sign in to comment.