Browse Source

Update paths in index.html

bubble
shockey 7 years ago
committed by GitHub
parent
commit
8c023c907d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dev-helpers/index.html

+ 2
- 2
dev-helpers/index.html View File

@@ -6,8 +6,8 @@
<title>Swagger UI</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="../dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="../dist/favicon-16x16.png" sizes="16x16" />
<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>
html
{


Loading…
Cancel
Save