From 3993175a466d4273373591a765bfc2f6a6e89ef4 Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Tue, 20 Apr 2021 15:23:32 -0700 Subject: TMA-794, On press view and popup styling and partial functionality --- src/constants/api.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants') 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/'; -- cgit v1.2.3-70-g09d2