completionId: cgen-66a66915754d4676ae7c9183b47d45b6

cgen-66a66915754d4676ae7c9183b47d45b6
This commit is contained in:
Builder.io 2025-11-15 02:11:00 +00:00
parent 2ca344ece6
commit 193cdbe008

View file

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