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