Browse Source

updated to use petstore instead of localhost

bubble
Tony Tam 11 years ago
parent
commit
187d245047
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dist/index.html
  2. +1
    -1
      src/main/html/index.html

+ 1
- 1
dist/index.html View File

@@ -20,7 +20,7 @@
<script type="text/javascript">
$(function () {
window.swaggerUi = new SwaggerUi({
url:"http://localhost:8002/api/api-docs",
url:"http://petstore.swagger.wordnik.com/api/api-docs.json",
dom_id:"swagger-ui-container",
supportHeaderParams: false,
supportedSubmitMethods: ['get', 'post', 'put', 'delete'],


+ 1
- 1
src/main/html/index.html View File

@@ -20,7 +20,7 @@
<script type="text/javascript">
$(function () {
window.swaggerUi = new SwaggerUi({
url:"http://localhost:8002/api/api-docs",
url:"http://petstore.swagger.wordnik.com/api/api-docs.json",
dom_id:"swagger-ui-container",
supportHeaderParams: false,
supportedSubmitMethods: ['get', 'post', 'put', 'delete'],


Loading…
Cancel
Save