fix: add /mobile prefix to all client-side fetch() calls for basePath

This commit is contained in:
root
2026-06-15 11:38:03 +02:00
parent 15300d3e42
commit 947fe3b66d
13 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export default function ProfilePage() {
setSaveMessage("");
try {
const res = await fetch("/api/auth/profile", {
const res = await fetch("/mobile/api/auth/profile", {
method: "PATCH",
headers: {
"Content-Type": "application/json",