We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bf2c4 commit 06d8ae7Copy full SHA for 06d8ae7
modules/swagger-generator/src/main/webapp/index.html
@@ -73,7 +73,7 @@
73
window.onload = function() {
74
// Build a system
75
const ui = SwaggerUIBundle({
76
- url: "/api/swagger.json",
+ url: "./api/swagger.json",
77
dom_id: '#swagger-ui',
78
presets: [
79
SwaggerUIBundle.presets.apis,
0 commit comments