Browse Source

updated link

bubble
Tony Tam 10 years ago
parent
commit
4e508c0a1e
4 changed files with 2946 additions and 2922 deletions
  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 View File

@@ -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
View File


+ 1472
- 1460
lib/swagger.js
File diff suppressed because it is too large
View File


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

@@ -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){


Loading…
Cancel
Save