Removed dev code

This commit is contained in:
Magnus Persson
2022-04-10 15:43:15 +02:00
parent 635d788ba6
commit e9229efe56
15 changed files with 130 additions and 147 deletions

View File

@ -127,7 +127,7 @@
function getUpload() {
var url = "/api/upload";
var url = "/test/upload.json";
//var url = "/test/upload.json";
$('#spinner').show();
$.getJSON(url, function (cfg) {
console.log( cfg );