Skip to content

Commit

Permalink
Adding redirect url
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah committed Apr 7, 2023
1 parent 367cc3f commit 686d517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<!-- Load the latest Swagger UI code and style from npm using unpkg.com -->
<script src="https://unpkg.com/swagger-ui-dist@4/swagger-ui-bundle.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3/swagger-ui.css"/>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@4/swagger-ui.css"/>
<title>My New API</title>
</head>
<body>
Expand All @@ -21,6 +21,7 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
oauth2RedirectUrl: "http://localhost:9200",
})
window.ui = ui
}
Expand Down

0 comments on commit 686d517

Please sign in to comment.