diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-20 15:40:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 15:40:07 -0400 |
commit | 8641391ac28e5a1b2ca513755a44b71ef3ee64e9 (patch) | |
tree | 055cc3bbac4ba0a0e75c60a24a517e799b3a96d8 /src/constants/api.ts | |
parent | cddcfef3c32e08aedef1e4908bd477e45bef1974 (diff) | |
parent | 6556b1dd10d89f56153829cd8651caa86b28218e (diff) |
Merge pull request #425 from shravyaramesh/tma858-remind-users
[TMA-858] Pending Users
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index ec67b6f9..6cc357f5 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -52,7 +52,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/'; |