diff options
author | Brian Kim <brian@tagg.id> | 2021-06-07 15:58:08 +0900 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-06-07 15:58:08 +0900 |
commit | 19630f8bc3b4b53244007e08436c5be67a4d7ef1 (patch) | |
tree | 7a75031564636aed54adf15df11d02f8785b99ed /src/constants/api.ts | |
parent | e649aefdb822e0854f0f6e389a7b9c56ed5623e6 (diff) |
Basic integration with API
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 f02ee407..8d2e1a1e 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -45,6 +45,7 @@ export const BLOCK_USER_ENDPOINT: string = API_URL + 'block/'; export const PASSWORD_RESET_ENDPOINT: string = API_URL + 'password-reset/'; export const MOMENT_CATEGORY_ENDPOINT: string = API_URL + 'moment-category/'; export const NOTIFICATIONS_ENDPOINT: string = API_URL + 'notifications/'; +export const NOTIFICATIONS_COUNT_ENDPOINT: string = API_URL + 'notifications/unread_count/' export const DISCOVER_ENDPOINT: string = API_URL + 'discover/'; export const SEARCH_BUTTONS_ENDPOPINT: string = DISCOVER_ENDPOINT + 'search_buttons/'; |