Fixed test setup in htm

This commit is contained in:
Magnus Persson
2022-03-24 08:52:37 +01:00
parent 13d5280d76
commit 42ca66555a
2 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,7 @@ function checkHeader(input) {
setButtonDisabled( true );
var url = "/api/config";
var url = "/test/config.json";
//var url = "/test/config.json";
$('#spinner').show();
$.getJSON(url, function (cfg) {
console.log( cfg );

File diff suppressed because one or more lines are too long