dev #26

Merged
bema merged 42 commits from dev into master 2023-02-13 11:04:17 +01:00
Showing only changes of commit 9384011377 - Show all commits

View File

@@ -108,7 +108,7 @@ async function restRequest(text) {
// const addr = "http://localhost:8081/" + text; // const addr = "http://localhost:8081/" + text;
var port = ":8081/" var port = ":8081/"
if (getProcessor() == "libxml") { if (getProcessor() == "libxml") {
var port = ":8085/" port = ":8085/"
} }
const addr = window.location.protocol + "//" + window.location.hostname + ":8081/" + text; const addr = window.location.protocol + "//" + window.location.hostname + ":8081/" + text;