Skip to content
Snippets Groups Projects
Commit d1bd1057 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

feil linker i swagger-ui.html

parent 423c2b75
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/browse/swagger-ui-dist@3.23.5/swagger-ui.css" >
<link rel="icon" type="image/png" href="https://unpkg.com/browse/swagger-ui-dist@3.23.5/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://unpkg.com/browse/swagger-ui-dist@3.23.5/favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3.23.5/swagger-ui.css" >
<link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist@3.23.5/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist@3.23.5/favicon-16x16.png" sizes="16x16" />
<style>
html
{
......@@ -33,8 +33,8 @@
<body>
<div id="swagger-ui"></div>
<script src="https://unpkg.com/browse/swagger-ui-dist@3.23.5/swagger-ui-bundle.js"> </script>
<script src="https://unpkg.com/browse/swagger-ui-dist@3.23.5/swagger-ui-standalone-preset.js"> </script>
<script src="https://unpkg.com/swagger-ui-dist@3.23.5/swagger-ui-bundle.js"> </script>
<script src="https://unpkg.com/swagger-ui-dist@3.23.5/swagger-ui-standalone-preset.js"> </script>
<script>
window.onload = function() {
// Begin Swagger UI call region
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment