Fix: Partner-Tab — /api/-Prefix entfernt (API.get fügt es auto hinzu), SW by-v551

This commit is contained in:
rene 2026-04-30 14:37:25 +02:00
parent 62b3138c41
commit 2f1dfd481c
3 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '527'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '528'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.1.1'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';