diff options
author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2021-01-12 13:35:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 16:35:33 -0500 |
commit | c758389ad2ebe98196d4618ec08dbf2b24d95bfa (patch) | |
tree | 1db37ccbe08d65dc689e0e9fd733aaf711681431 /src/constants/api.ts | |
parent | 251c44edf33dd303ad5255cca95174eb72428543 (diff) |
[TMA 472] Added option to be added to Taggs wait list (#168)
* Added screens to add to waitlist and a page to display on success of the same
* Incorporated small comment
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 3b2289fd..639bc8f8 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -27,6 +27,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 WAITLIST_USER_ENDPOINT: string = API_URL + 'waitlist-user/'; // Register as FCM device export const FCM_ENDPOINT: string = API_URL + 'fcm/'; |