aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-03-05 23:37:55 -0500
committerGitHub <noreply@github.com>2021-03-05 23:37:55 -0500
commit8abf1f184d31792e5a531c16b9a00da39f7548ec (patch)
treef77ab55bf3f5cbd6190177058353ef01ad767711 /src/constants/api.ts
parent59bc015a22a0c50d6c64ecf7501c269dae59bfbd (diff)
parent27925a267e9d279e29a1a1852891e392fdc4b3af (diff)
Merge pull request #281 from shravyaramesh/badges-people-screen
[TMA-632] Users holding the same badge
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/';