fix: fetchSingleTDMDataService API-Endpoint in Development korrigiert

- Query Parameter ?slot=X statt /slotX
- Dev-Umgebung lädt jetzt korrekt über /api/cpl/tdmDataAPIHandler?slot=X
- Prod bleibt unverändert mit TDM=X Parameter
This commit is contained in:
Ismail Ali
2025-04-15 18:44:28 +02:00
parent 2829f526a1
commit a1e49716e2
6 changed files with 3 additions and 242 deletions

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.228";
const webVersion = "1.6.229";
export default webVersion;