Added service selection depending on selected processor

This commit is contained in:
2023-02-08 13:15:02 +01:00
parent c0a54291ae
commit 9384011377

View File

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