Every service meant to be public work now on port 80 #205

Merged
bema merged 12 commits from bema/fix/unify_ports_on_master into master 2023-05-23 08:59:11 +02:00
Showing only changes of commit f857d0161a - Show all commits

View File

@@ -142,7 +142,9 @@ function showRequestBody(element){
});
break;
}
case "application/xml":{
case "application/xml":
case "text/xml":
case "application/xml+xhtml": {
formatXML(historyRequestBody).then(function(result) {
if (result.status == "OK") {
popupContent.innerText = result.result;