Skip to content

Commit

Permalink
Merge pull request #13 from PedroDuarte536/patch-1
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
astaxie authored Apr 6, 2023
2 parents 60b96c6 + b3e07e0 commit 04f6237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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://petstore.swagger.io/v2/swagger.json",
url: "/swagger/swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down

0 comments on commit 04f6237

Please sign in to comment.