prepare for release

This commit is contained in:
Tony Tam
2015-03-28 19:42:11 -07:00
parent 62546445d9
commit b6bf8c2b47
6 changed files with 18 additions and 16 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});
}
}
});
});