tidy up the commenting
This commit is contained in:
8
dist/index.html
vendored
8
dist/index.html
vendored
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user