Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
astaxie authored Apr 20, 2017
1 parent d7b4d01 commit 674685a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
window.onload = function() {
// Build a system
const ui = SwaggerUIBundle({
url: "http://petstore.swagger.io/v2/swagger.json",
url: "swagger.json",
dom_id: '#swagger-ui',
presets: [
SwaggerUIBundle.presets.apis,
Expand All @@ -90,4 +90,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 674685a

Please sign in to comment.