fix:webService immer auf port 80

const baseUrl = `${window.location.protocol}//${window.location.hostname}:80${basePath}/ClientData/WebServiceMap.asmx`;
This commit is contained in:
ISA
2025-06-02 15:24:11 +02:00
parent 6d639d2949
commit 34ca809ede
7 changed files with 7 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.220";
export const APP_VERSION = "1.1.221";