Skip to content

Commit 97ed093

Browse files
committed
Merge pull request #1239 from ponelat/develop_2.0
fixes #1205, remove dead line
2 parents a02cea1 + 37f4850 commit 97ed093

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
/*
7171
var apiKey = "myApiKeyXXXX123456789";
7272
$('#input_apiKey').val(apiKey);
73-
addApiKeyAuthorization();
7473
*/
7574

7675
window.swaggerUi.load();

src/main/html/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
/*
7171
var apiKey = "myApiKeyXXXX123456789";
7272
$('#input_apiKey').val(apiKey);
73-
addApiKeyAuthorization();
7473
*/
7574

7675
window.swaggerUi.load();

0 commit comments

Comments
 (0)