ソースを参照

[auth] fixed base spec url run gulp

bubble
Anna Bodnia 8年前
コミット
8b6265b286
3個のファイルの変更3行の追加3行の削除
  1. +1
    -1
      dist/index.html
  2. +1
    -1
      dist/swagger-ui.js
  3. +1
    -1
      dist/swagger-ui.min.js

+ 1
- 1
dist/index.html ファイルの表示

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

hljs.configure({


+ 1
- 1
dist/swagger-ui.js ファイルの表示

@@ -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'
});
},



+ 1
- 1
dist/swagger-ui.min.js
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存