Skip to content

Commit

Permalink
Fix swagger-ui style
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Jan 10, 2023
1 parent 5852bbb commit 9d4e37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ui.go
Expand Up @@ -9,7 +9,7 @@ var ui = `
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.20.5/swagger-ui.css" >
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.15.5/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" />
<style>
Expand Down

0 comments on commit 9d4e37a

Please sign in to comment.