aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r--src/constants/api.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index 2118492d..3b2289fd 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -20,10 +20,7 @@ export const SEARCH_ENDPOINT: string = API_URL + 'search/';
export const MOMENTS_ENDPOINT: string = API_URL + 'moments/';
export const VERIFY_INVITATION_CODE_ENDPOUNT: string = API_URL + 'verify-code/';
export const COMMENTS_ENDPOINT: string = API_URL + 'comments/';
-export const FOLLOW_USER_ENDPOINT: string = API_URL + 'follow/';
-export const UNFOLLOW_USER_ENDPOINT: string = API_URL + 'unfollow/';
-export const FOLLOWERS_ENDPOINT: string = API_URL + 'followers/';
-export const FOLLOWING_ENDPOINT: string = API_URL + 'following/';
+export const FRIENDS_ENDPOINT: string = API_URL + 'friends/';
export const ALL_USERS_ENDPOINT: string = API_URL + 'users/';
export const REPORT_ISSUE_ENDPOINT: string = API_URL + 'report/';
export const BLOCK_USER_ENDPOINT: string = API_URL + 'block/';