Skip to content

Commit

Permalink
fix: set base path for swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed Jun 10, 2020
1 parent 052da17 commit c54f82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/static/swagger-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<base href="/swagger-ui/" />
<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" />
Expand Down

0 comments on commit c54f82d

Please sign in to comment.