aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-06-08 18:17:21 +0900
committerBrian Kim <brian@tagg.id>2021-06-08 18:17:21 +0900
commit9c48eeee298eacf781f25907c231f503edb4c5a4 (patch)
treeb3f178b6660c7165408743bff207416f0b4728e8 /src/constants/api.ts
parent2ab67a10be5305ed54464688c4147a493bfed8f6 (diff)
Integrate with backend
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r--src/constants/api.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index 8d2e1a1e..b55489d9 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -45,7 +45,8 @@ 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 NOTIFICATIONS_COUNT_ENDPOINT: string = API_URL + 'notifications/unread_count/';
+export const NOTIFICATIONS_DATE: string = API_URL + 'notifications/seen/';
export const DISCOVER_ENDPOINT: string = API_URL + 'discover/';
export const SEARCH_BUTTONS_ENDPOPINT: string =
DISCOVER_ENDPOINT + 'search_buttons/';