Fix: Partner-Tab Usersuche nutzt /api/admin/users?q= (bestehende Route), SW by-v550

This commit is contained in:
rene 2026-04-30 13:58:56 +02:00
parent df104c2c57
commit 62b3138c41
3 changed files with 8 additions and 7 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '526'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '527'; // ← 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';