aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-03-18 13:02:24 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-03-18 13:02:24 -0700
commit0b656aebd671c09002dd3ad13d5d83a630cad7f1 (patch)
tree6de1a06bbfc2ef72992a19aea450409c149eef29
parent714cbfa856fb66763f981c527957c3bbf98bd33a (diff)
changed endpoints
-rw-r--r--src/constants/api.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index eeac583e..26afaddd 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -34,9 +34,9 @@ export const SEARCH_BUTTONS_ENDPOPINT: string = DISCOVER_ENDPOINT + 'search_butt
export const WAITLIST_USER_ENDPOINT: string = API_URL + 'waitlist-user/';
export const COMMENT_THREAD_ENDPOINT: string = API_URL + 'reply/';
export const USERS_FROM_CONTACTS_ENDPOINT: string =
- API_URL + 'users-from-contacts/';
+ API_URL + 'user_contacts/find_friends/';
export const INVITE_FRIEND_ENDPOINT: string =
-USERS_FROM_CONTACTS_ENDPOINT + 'invite_friend/';
+USERS_FROM_CONTACTS_ENDPOINT + 'user_contacts/invite_friend/';
// Suggested People
export const SP_USERS_ENDPOINT: string = API_URL + 'suggested_people/';