diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 08:37:03 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 08:37:03 -0800 |
commit | 7d883c5946214c91b922b2c5eb310203dec02025 (patch) | |
tree | 39acf1e9a4bca1f7e74e45a359470813f81ae2d6 /src/constants/api.ts | |
parent | ac3bff11b72792337c6260f29366aba0c8fc26dd (diff) |
done; Pending: icons
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index 57c26824..9eaf60ee 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -36,6 +36,7 @@ export const COMMENT_THREAD_ENDPOINT: string = API_URL + 'reply/'; // Suggested People export const SP_USERS_ENDPOINT: string = API_URL + 'suggested_people/'; export const SP_UPDATE_PICTURE_ENDPOINT: string = API_URL + 'suggested_people/update_picture/'; +export const SP_MUTUAL_BADGE_HOLDERS_ENDPOINT: string = SP_USERS_ENDPOINT + 'get_mutual_badge_holders/'; // Register as FCM device export const FCM_ENDPOINT: string = API_URL + 'fcm/'; |