diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-21 17:34:35 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 17:34:35 -0400 |
commit | b660f0ef6db2d96d4f3afb2cf240121625be87d5 (patch) | |
tree | e1be2f6f7092fdb4e92d08721d990cbe51f9eecd /src/constants/api.ts | |
parent | 502c60aff2e57eb68050f29c3d32d27c9c54b15e (diff) | |
parent | 87333873c8e47bccd99198a974a40df57619df22 (diff) |
Merge branch 'master' into tma854-tagging-draggable-component
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/'; |