Selaa lähdekoodia

updated link

bubble
Tony Tam 10 vuotta sitten
vanhempi
commit
4e508c0a1e
4 muutettua tiedostoa jossa 2946 lisäystä ja 2922 poistoa
  1. +1
    -1
      dist/index.html
  2. +1472
    -1460
      dist/lib/swagger.js
  3. +1472
    -1460
      lib/swagger.js
  4. +1
    -1
      src/main/html/index.html

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

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


+ 1472
- 1460
dist/lib/swagger.js
File diff suppressed because it is too large
Näytä tiedosto


+ 1472
- 1460
lib/swagger.js
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
src/main/html/index.html Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna