Updated backend addresses

This commit is contained in:
2023-02-03 10:13:02 +01:00
parent fb673b100b
commit 10d23e456c
3 changed files with 4 additions and 4 deletions

View File

@@ -105,8 +105,8 @@ function performRequest(text, checkXML, checkTransform){
//Form REST request, send, receive and display in resultArea
async function restRequest(text) {
const escapeChar = "specialEscapeChar";
const addr = "http://localhost:8081/" + text;
// const addr = "http://gordon.zipper.release11.com:8081/" + text;
// const addr = "http://localhost:8081/" + text;
const addr = "http://tools.zipper.release11.com" + text;
var xmlData = document.getElementById("xmlArea").value.trim();
var transformData = document.getElementById("transformArea").value.trim();