diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-07 16:04:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 16:04:01 -0400 |
commit | 85dbf012ad864a1149939c7eaf43c3ebb56a1853 (patch) | |
tree | b94d9570439ebfa42e6664144f124abe5d4113e3 /src/constants/api.ts | |
parent | c9d32e68fbb9d1bc175722bfda49454a6f627eae (diff) | |
parent | 76bc8c5825f39257be6e7648d12b858f1e805569 (diff) |
Merge pull request #397 from shravyaramesh/tma821-load-badges-faster-ft
[TMA-821] load badges faster
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/'; |