瀏覽代碼

tidy up the commenting

bubble
Alex Agranov 10 年之前
父節點
當前提交
19c34cf1ea
共有 1 個檔案被更改,包括 5 行新增3 行删除
  1. +5
    -3
      dist/index.html

+ 5
- 3
dist/index.html 查看文件

@@ -65,9 +65,11 @@
});
// if you have an apiKey you would like to pre-populate on the page for demonstration purposes...
// var apiKey = "myApiKeyXXXX123456789";
// $('#input_apiKey').val(apiKey);
// addApiKeyAuthorization();
/*
var apiKey = "myApiKeyXXXX123456789";
$('#input_apiKey').val(apiKey);
addApiKeyAuthorization();
*/
window.swaggerUi.load();
});


Loading…
取消
儲存