[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/index.html vendored
View File

@@ -36,7 +36,7 @@
if (url && url.length > 1) { if (url && url.length > 1) {
url = decodeURIComponent(url[1]); url = decodeURIComponent(url[1]);
} else { } else {
url = "http://localhost:3001/swagger.json"; url = "http://petstore.swagger.io/v2/swagger.json";
} }
hljs.configure({ hljs.configure({

2
dist/swagger-ui.js vendored
View File

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

File diff suppressed because one or more lines are too long