Skip to content

Commit

Permalink
fix swagger might not be at root
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Feb 25, 2021
1 parent 0c82dcb commit a103fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swaggerui.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
window.onload = function () {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "/swagger.json",
url: "swagger.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down

0 comments on commit a103fdd

Please sign in to comment.