Skip to content

Commit 96f74b8

Browse files
committed
OpenAPI: update to latest swagger-ui
1 parent 628f87d commit 96f74b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pycsw/templates/openapi.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI - {{ config['metadata']['identification']['title'] }}</title>
7-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3.28.0/swagger-ui.css" >
8-
<link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist@3.28.0/favicon-32x32.png" sizes="32x32" />
9-
<link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist@3.28.0/favicon-16x16.png" sizes="16x16" />
7+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist/swagger-ui.css" >
8+
<link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist/favicon-32x32.png" sizes="32x32" />
9+
<link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist/favicon-16x16.png" sizes="16x16" />
1010
<style>
1111
html
1212
{
@@ -30,8 +30,8 @@
3030

3131
<body>
3232
<div id="swagger-ui"></div>
33-
<script src="https://unpkg.com/swagger-ui-dist@3.28.0/swagger-ui-bundle.js"> </script>
34-
<script src="https://unpkg.com/swagger-ui-dist@3.28.0/swagger-ui-standalone-preset.js"> </script>
33+
<script src="https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js"> </script>
34+
<script src="https://unpkg.com/swagger-ui-dist/swagger-ui-standalone-preset.js"> </script>
3535
<script>
3636
window.onload = function() {
3737
// Begin Swagger UI call region

0 commit comments

Comments
 (0)