diff options
author | Ivan Chen <ivan@tagg.id> | 2021-01-27 17:22:18 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-01-27 17:22:18 -0500 |
commit | 821f7b6e5b22405484c3545c6f17600d1f79feaa (patch) | |
tree | 346f779dfaa8e4c4378b9d6f2dc1af4ec5aa9a54 /src/constants/api.ts | |
parent | e897fdbbbe8442f05000645395753ff008a19bf4 (diff) | |
parent | 21a3e000443c5c4ab2ae91000108b9d3b0383964 (diff) |
Merge branch 'master' into tma577-profile-slowness
# Conflicts:
# src/services/index.ts
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 701070eb..32631be0 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -30,6 +30,7 @@ export const MOMENT_CATEGORY_ENDPOINT: string = API_URL + 'moment-category/'; export const NOTIFICATIONS_ENDPOINT: string = API_URL + 'notifications/'; export const DISCOVER_ENDPOINT: string = API_URL + 'discover/'; export const WAITLIST_USER_ENDPOINT: string = API_URL + 'waitlist-user/'; +export const COMMENT_THREAD_ENDPOINT: string = API_URL + 'reply/'; // Register as FCM device export const FCM_ENDPOINT: string = API_URL + 'fcm/'; |