diff options
author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2021-01-27 14:14:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 14:14:16 -0800 |
commit | 21a3e000443c5c4ab2ae91000108b9d3b0383964 (patch) | |
tree | af5bd837299abb81aa1ffe89fe7fcbd2ca0bab53 /src/constants/api.ts | |
parent | 3f133f27964439f6ef5caab41d7801bbef498294 (diff) | |
parent | 5f276162a42873564d011b6de72d15a0075a6485 (diff) |
Merge pull request #202 from ashmgarv/tma566-comments-depth
[TMA 566/600] Revamp comments : Depth
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/'; |