From 9384011377d11bbe4c57361c39821c32acb548dc Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Wed, 8 Feb 2023 13:15:02 +0100 Subject: [PATCH] Added service selection depending on selected processor --- Frontend/assets/scripts/tools/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/assets/scripts/tools/scripts.js b/Frontend/assets/scripts/tools/scripts.js index fcd4280..b487ba8 100644 --- a/Frontend/assets/scripts/tools/scripts.js +++ b/Frontend/assets/scripts/tools/scripts.js @@ -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;