fix: use dynamic recipeLang in API calls instead of hardcoded /api/rezepte
All checks were successful
CI / update (push) Successful in 4m3s

Client-side navigation to /recipes hung because getUserFavorites and
other endpoints were hardcoded to /api/rezepte, causing fetch mismatches
during SvelteKit's client-side routing.
This commit is contained in:
2026-04-07 19:50:34 +02:00
parent d21162c10c
commit a432e6ebd5
14 changed files with 23 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"type": "module",
"scripts": {