Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Swagger page should refer to the Bee generated docs instead of a template
  • Loading branch information
PedroDuarte536 authored Apr 5, 2023
1 parent 60b96c6 commit b3e07e0
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 b3e07e0

Please sign in to comment.