Bladeren bron

tidy up the commenting

bubble
Alex Agranov 10 jaren geleden
bovenliggende
commit
19c34cf1ea
1 gewijzigde bestanden met toevoegingen van 5 en 3 verwijderingen
  1. +5
    -3
      dist/index.html

+ 5
- 3
dist/index.html Bestand weergeven

@@ -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();
});


Laden…
Annuleren
Opslaan