diff --git a/dist/index.html b/dist/index.html index 17cd7e93..1a419be6 100644 --- a/dist/index.html +++ b/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(); });