aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-04-20 15:23:32 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-04-22 15:56:43 -0700
commit3993175a466d4273373591a765bfc2f6a6e89ef4 (patch)
tree09a837f63d355839cab579fe8d3b147d0f001dd2 /src/constants/api.ts
parente8913cc0bdc432c20a008e852482c82c3bb3c2a0 (diff)
TMA-794, On press view and popup styling and partial functionality
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r--src/constants/api.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index dd934f0e..45b6e8ae 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -58,6 +58,8 @@ export const SP_MUTUAL_BADGE_HOLDERS_ENDPOINT: string =
export const ADD_BADGES_ENDPOINT: string = SP_USERS_ENDPOINT + 'add_badges/';
export const UPDATE_BADGES_ENDPOINT: string =
SP_USERS_ENDPOINT + 'update_badges/';
+ export const REMOVE_BADGES_ENDPOINT: string =
+ SP_USERS_ENDPOINT + 'remove_badges/';
// Register as FCM device
export const FCM_ENDPOINT: string = API_URL + 'fcm/';