mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Updated file paths
This commit is contained in:
parent
9d03f95d5f
commit
f2509cf02f
1 changed files with 6 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Polaris Swagger UI</title>
|
||||
<link rel="stylesheet" type="text/css" href="./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" />
|
||||
<link rel="stylesheet" type="text/css" href="swagger/swagger-ui.css" >
|
||||
<link rel="icon" type="image/png" href="swagger/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="swagger/favicon-16x16.png" sizes="16x16" />
|
||||
<style>
|
||||
html
|
||||
{
|
||||
|
@ -33,13 +33,13 @@
|
|||
<body>
|
||||
<div id="swagger-ui"></div>
|
||||
|
||||
<script src="./swagger-ui-bundle.js"> </script>
|
||||
<script src="./swagger-ui-standalone-preset.js"> </script>
|
||||
<script src="swagger/swagger-ui-bundle.js"> </script>
|
||||
<script src="swagger/swagger-ui-standalone-preset.js"> </script>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
// Begin Swagger UI call region
|
||||
const ui = SwaggerUIBundle({
|
||||
url: "./polaris-api.json",
|
||||
url: "swagger/polaris-api.json",
|
||||
dom_id: '#swagger-ui',
|
||||
deepLinking: true,
|
||||
presets: [
|
||||
|
|
Loading…
Reference in a new issue