fix: add /mobile prefix to all client-side fetch() calls for basePath
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user