Skip to content

Commit 997a31c

Browse files
committed
Unify index.html files
1 parent 3eeb73a commit 997a31c

File tree

2 files changed

+5
-97
lines changed

2 files changed

+5
-97
lines changed

dist/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
77
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
8-
<link rel="stylesheet" type="text/css" href="../dist/swagger-ui.css" >
9-
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
10-
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
8+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
9+
<link rel="icon" type="image/png" href="../public/favicon-32x32.png" sizes="32x32" />
10+
<link rel="icon" type="image/png" href="../public/favicon-16x16.png" sizes="16x16" />
1111
<style>
1212
html
1313
{
@@ -67,8 +67,8 @@
6767

6868
<div id="swagger-ui"></div>
6969

70-
<script src="../dist/swagger-ui-bundle.js"> </script>
71-
<script src="../dist/swagger-ui-standalone-preset.js"> </script>
70+
<script src="./swagger-ui-bundle.js"> </script>
71+
<script src="./swagger-ui-standalone-preset.js"> </script>
7272
<script>
7373
window.onload = function() {
7474
// Build a system

public/index.html

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)