completionId: cgen-66a66915754d4676ae7c9183b47d45b6
cgen-66a66915754d4676ae7c9183b47d45b6
This commit is contained in:
parent
2ca344ece6
commit
193cdbe008
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue