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) {