diff --git a/client/lib/aethex-social-service.ts b/client/lib/aethex-social-service.ts index 4cac86a3..69c2a5f5 100644 --- a/client/lib/aethex-social-service.ts +++ b/client/lib/aethex-social-service.ts @@ -270,7 +270,7 @@ export const aethexSocialService = { status: "accepted" | "rejected" | "cancelled", ) { const resp = await fetch( - `/api/mentorship/requests/${encodeURIComponent(id)}/status`, + `${API_BASE}/api/mentorship/requests/${encodeURIComponent(id)}/status`, { method: "POST", headers: { "Content-Type": "application/json" },