aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2021-03-05 20:42:57 -0800
committerGitHub <noreply@github.com>2021-03-05 20:42:57 -0800
commit6055b1fbb2b33778fed532264a4db6eb59a116af (patch)
tree98c7a1b7640857ac7d8db1a1949998835deb0eeb /src/constants/api.ts
parent18474b59861e6cac5566c5e1202f4b59fc2357a1 (diff)
parent8abf1f184d31792e5a531c16b9a00da39f7548ec (diff)
Merge branch 'master' into badge-animation
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r--src/constants/api.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index 0fc846c3..ab1ace74 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -37,6 +37,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/';