diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-01-13 02:58:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 02:58:24 -0500 |
commit | 353c1ec685698bb86e0ff96a346d88205ee389cf (patch) | |
tree | 021f721cc8eb94ab007183c39d808e9eb3a468e8 /src/constants/api.ts | |
parent | 5664f30a218af4620be69c66f4aba93d5972f890 (diff) |
[TMA-531] New Explore Page (#179)
* redux done
* done
* added refresh control
* added profile navigation
* minor spacing change
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 639bc8f8..de43b94d 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 DISCOVER_ENDPOINT: string = API_URL + 'discover/'; export const WAITLIST_USER_ENDPOINT: string = API_URL + 'waitlist-user/'; // Register as FCM device |