Procházet zdrojové kódy

updated to use petstore instead of localhost

bubble
Tony Tam před 11 roky
rodič
revize
187d245047
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      dist/index.html
  2. +1
    -1
      src/main/html/index.html

+ 1
- 1
dist/index.html Zobrazit soubor

@@ -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 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit