Skip to content

Commit 37f4850

Browse files
committed
fixes #1205, remove dead line
1 parent 69bf18a commit 37f4850

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
@@ -71,7 +71,6 @@
7171
/*
7272
var apiKey = "myApiKeyXXXX123456789";
7373
$('#input_apiKey').val(apiKey);
74-
addApiKeyAuthorization();
7574
*/
7675

7776
window.swaggerUi.load();

src/main/html/index.html

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

7776
window.swaggerUi.load();

0 commit comments

Comments
 (0)