refactor: API-URL in .env.local ausgelagert für zentrale Verwaltung

- `NEXT_PUBLIC_API_PORT_3000` in `.env.local` definiert
- `poiTypesSlice.js` so angepasst, dass die API-URL dynamisch aus `.env.local` geladen wird
- Harte URL entfernt, jetzt konfigurierbar ohne Code-Änderung
- Erfordert Neustart von Next.js, um `.env.local` zu laden
This commit is contained in:
Ismail Ali
2025-03-09 19:00:17 +01:00
parent 6f47709256
commit 74dfb354f5
3 changed files with 4 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.37";
export const APP_VERSION = "1.1.38";