Skip to content

Commit

Permalink
Merge pull request #601 from leepeuker/update-swagger-ui
Browse files Browse the repository at this point in the history
Update Swagger UI to 5.12.0
  • Loading branch information
leepeuker authored Apr 2, 2024
2 parents 1815eb8 + 180bb83 commit 0f5de85
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 0 additions & 4 deletions public/css/swagger-ui-4.5.0.css

This file was deleted.

3 changes: 3 additions & 0 deletions public/css/swagger-ui-5.12.0.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions public/js/swagger-ui-bundle-4.5.0.js

This file was deleted.

3 changes: 3 additions & 0 deletions public/js/swagger-ui-bundle-5.12.0.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/page/api.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Movary API</title>
<link rel="stylesheet" href="/css/swagger-ui-4.5.0.css"/>
<link rel="stylesheet" href="/css/swagger-ui-5.12.0.css"/>
</head>
<body>
<div id="swagger-ui"></div>
<script src="/js/swagger-ui-bundle-4.5.0.js" crossorigin></script>
<script src="/js/swagger-ui-bundle-5.12.0.js" crossorigin></script>
<script>
window.onload = () => {
window.ui = SwaggerUIBundle({
Expand Down

0 comments on commit 0f5de85

Please sign in to comment.