aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-14 13:50:55 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-05-14 13:50:55 -0700
commit0d6be6903010a3a86b156e4f30c11ee09be78c45 (patch)
treec2fb025c69410df2c6e2d73c21fb45580bafd246 /src
parente08e775264538d337d084319542871a411ca218d (diff)
removed unused endpoint
Diffstat (limited to 'src')
-rw-r--r--src/constants/api.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index 3c7e669e..06a965e4 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -51,7 +51,6 @@ export const USERS_FROM_CONTACTS_ENDPOINT: string =
API_URL + 'user_contacts/find_friends/';
export const INVITE_FRIEND_ENDPOINT: string =
API_URL + 'user_contacts/invite_friend/';
-export const CREATE_INVITE_CODE = API_URL + 'create-code/';
export const GET_REMAINING_INVITES = API_URL + 'user_contacts/check_invite_count/'
// Suggested People
export const SP_USERS_ENDPOINT: string = API_URL + 'suggested_people/';