diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-28 07:18:39 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-28 07:18:39 -0700 |
commit | 8cd2121c220b31c61b7936d6c728aae7f7177c4b (patch) | |
tree | ef6c714b65790078f7df7f35b616b121d8a82948 /src/constants/api.ts | |
parent | 9d3108e29838474372e5242a040dd80c593aae4e (diff) |
added get get_badges endpoint and service
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 45b6e8ae..d45616a1 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -60,6 +60,7 @@ export const UPDATE_BADGES_ENDPOINT: string = SP_USERS_ENDPOINT + 'update_badges/'; export const REMOVE_BADGES_ENDPOINT: string = SP_USERS_ENDPOINT + 'remove_badges/'; +export const GET_USER_BADGES_ENDPOINT: string = SP_USERS_ENDPOINT + 'get_badges/'; // Register as FCM device export const FCM_ENDPOINT: string = API_URL + 'fcm/'; |