Explorar el Código

tidy up the commenting

bubble
Alex Agranov hace 10 años
padre
commit
19c34cf1ea
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. +5
    -3
      dist/index.html

+ 5
- 3
dist/index.html Ver fichero

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


Cargando…
Cancelar
Guardar