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