Quellcode durchsuchen

tidy up the commenting

bubble
Alex Agranov vor 10 Jahren
Ursprung
Commit
19c34cf1ea
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. +5
    -3
      dist/index.html

+ 5
- 3
dist/index.html Datei anzeigen

@@ -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…
Abbrechen
Speichern