Skip to content

Commit 631329f

Browse files
committed
rebuilt
1 parent 433c32a commit 631329f

File tree

8 files changed

+3
-2
lines changed

8 files changed

+3
-2
lines changed

dist/images/explorer_icons.png

1 Byte
Loading

dist/images/favicon-16x16.png

1 Byte
Loading

dist/images/favicon-32x32.png

1 Byte
Loading

dist/images/logo_small.png

1 Byte
Loading

dist/images/pet_store_api.png

1 Byte
Loading

dist/images/wordnik_api.png

1 Byte
Loading

dist/swagger-ui.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20599,7 +20599,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
2059920599

2060020600
showPetStore: function(){
2060120601
this.trigger('update-swagger-ui', {
20602-
url:'http://petstore.swagger.wordnik.com/api/api-docs'
20602+
url:'http://petstore.swagger.io/v2/swagger.json'
2060320603
});
2060420604
},
2060520605

@@ -20639,6 +20639,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
2063920639
}
2064020640
}
2064120641
});
20642+
2064220643
'use strict';
2064320644

2064420645
SwaggerUi.Views.MainView = Backbone.View.extend({

dist/swagger-ui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)