From 4166f1371f354e134c99adc02ff6fe8404d31f34 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 05:55:02 +0000 Subject: [PATCH] completionId: cgen-f8e70ace267f4977b1de3bb2ae485921 cgen-f8e70ace267f4977b1de3bb2ae485921 --- client/lib/aethex-social-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },