merged with master

This commit is contained in:
Tony Tam
2015-04-16 12:29:26 -07:00
9 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
showPetStore: function(){
this.trigger('update-swagger-ui', {
url:'http://petstore.swagger.wordnik.com/api/api-docs'
url:'http://petstore.swagger.io/v2/swagger.json'
});
},
@@ -52,4 +52,4 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
this.trigger('update-swagger-ui', {url:url});
}
}
});
});