Skip to content

Commit

Permalink
feat: allow dev origins
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.mueller committed Oct 16, 2020
1 parent 1e38f77 commit 304934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/site-contents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "https://api-explorer.alfpro.net/swagger.json",
url: `https://openapi.alfpro.net/swagger.json`,
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down

0 comments on commit 304934c

Please sign in to comment.