Selaa lähdekoodia

updated to use petstore instead of localhost

bubble
Tony Tam 11 vuotta sitten
vanhempi
commit
187d245047
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      dist/index.html
  2. +1
    -1
      src/main/html/index.html

+ 1
- 1
dist/index.html Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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'],


Ladataan…
Peruuta
Tallenna