Change data to csv, harmonize REST API editflow

This commit is contained in:
jomjol
2022-11-05 19:56:09 +01:00
parent 22fe50f80a
commit 9b8594c040
11 changed files with 31 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ function getNUMBERSList() {
});
try {
url = _basepath + '/editflow.html?task=namenumbers';
url = _basepath + '/editflow?task=namenumbers';
xhttp.open("GET", url, false);
xhttp.send();
@@ -56,7 +56,7 @@ function getDATAList() {
});
try {
url = _basepath + '/editflow.html?task=data';
url = _basepath + '/editflow?task=data';
xhttp.open("GET", url, false);
xhttp.send();
@@ -87,7 +87,7 @@ function getTFLITEList() {
});
try {
url = _basepath + '/editflow.html?task=tflite';
url = _basepath + '/editflow?task=tflite';
xhttp.open("GET", url, false);
xhttp.send();