[auth] fixed base spec url run gulp

This commit is contained in:
Anna Bodnia
2016-03-04 20:58:53 +02:00
parent fc67ae1116
commit bc030fbde0
3 changed files with 3 additions and 3 deletions

2
dist/swagger-ui.js vendored
View File

@@ -19302,7 +19302,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
showPetStore: function(){
this.trigger('update-swagger-ui', {
url:'http://localhost:3001/swagger.json'
url:'http://petstore.swagger.io/v2/swagger.json'
});
},