Skip to content

Commit

Permalink
Merge pull request #3 from shk-webpr/feat/update-swagger-ui-version
Browse files Browse the repository at this point in the history
feat(swagger-ui): update swagger-ui version
  • Loading branch information
shk-webpr authored Aug 3, 2022
2 parents d410fbe + 040e260 commit 8f8798c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/UiPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct(string $yamlPath)
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3.12.1/swagger-ui.css" >
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@4.13.2/swagger-ui.css" >
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<style>
Expand All @@ -41,8 +41,8 @@ public function __construct(string $yamlPath)
<body>
<div id="swagger-ui"></div>
<script src="https://unpkg.com/swagger-ui-dist@3.12.1/swagger-ui-standalone-preset.js"></script>
<script src="https://unpkg.com/swagger-ui-dist@3.12.1/swagger-ui-bundle.js"></script>
<script src="https://unpkg.com/swagger-ui-dist@4.13.2/swagger-ui-standalone-preset.js"></script>
<script src="https://unpkg.com/swagger-ui-dist@4.13.2/swagger-ui-bundle.js"></script>
<script>
window.onload = function() {
// Begin Swagger UI call region
Expand Down

0 comments on commit 8f8798c

Please sign in to comment.