diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 21:24:02 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 21:24:02 -0800 |
commit | 80476343f0f967e15127f792abf2bc508c478980 (patch) | |
tree | 22257b3eda6469553f388fe70a329a45f41f1ecf /src/constants/api.ts | |
parent | 0f7d20710e8955a670eb46c1aa2ba4ca2208934e (diff) | |
parent | cae6a7f3b8cc35c60f99e503d328c134959e13ec (diff) |
Merge branch 'master' into search-revamp-2
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 7ab47a3f..127ef432 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -38,6 +38,7 @@ export const ADD_USER_BADGES: string = API_URL + 'suggested_people/add_badges/'; // 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/'; |