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