rebuilt
This commit is contained in:
6
dist/index.html
vendored
6
dist/index.html
vendored
@@ -71,15 +71,11 @@
|
||||
/*
|
||||
var apiKey = "myApiKeyXXXX123456789";
|
||||
$('#input_apiKey').val(apiKey);
|
||||
addApiKeyAuthorization();
|
||||
*/
|
||||
|
||||
window.swaggerUi.load();
|
||||
|
||||
// Add authorization if auth input is not empty
|
||||
if ($('#input_apiKey').val().length) {
|
||||
addApiKeyAuthorization();
|
||||
}
|
||||
|
||||
function log() {
|
||||
if ('console' in window) {
|
||||
console.log.apply(console, arguments);
|
||||
|
||||
Reference in New Issue
Block a user