completionId: cgen-505b60d65f9d4830af0fa75e76b4d226

cgen-505b60d65f9d4830af0fa75e76b4d226
This commit is contained in:
Builder.io 2025-11-15 02:11:04 +00:00
parent 193cdbe008
commit ba0d4422ef

View file

@ -60,7 +60,7 @@ export const aethexSocialService = {
async getFollowers(userId: string): Promise<string[]> {
try {
const resp = await fetch(
`${API_BASE}/api/user/followers?userId=${encodeURIComponent(userId)}`
`${API_BASE}/api/social/followers?userId=${encodeURIComponent(userId)}`
);
if (!resp.ok) {