From 193cdbe00837e7d7615cbb3dcb87a9d0f35ea6a6 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 02:11:00 +0000 Subject: [PATCH] completionId: cgen-66a66915754d4676ae7c9183b47d45b6 cgen-66a66915754d4676ae7c9183b47d45b6 --- 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 7487d0da..d5fa296f 100644 --- a/client/lib/aethex-social-service.ts +++ b/client/lib/aethex-social-service.ts @@ -34,7 +34,7 @@ export const aethexSocialService = { async getFollowing(userId: string): Promise { try { const resp = await fetch( - `${API_BASE}/api/user/following?userId=${encodeURIComponent(userId)}` + `${API_BASE}/api/social/following?userId=${encodeURIComponent(userId)}` ); if (!resp.ok) {