diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-03-05 16:33:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 16:33:48 -0500 |
commit | b1dee65ee7bb8e120fc38a495f4027905d300650 (patch) | |
tree | 485ad2d437ded6af4364d72dd7bcba7e5b109849 /src/constants/api.ts | |
parent | f355c91ff5c631da55a29d83b676648b8022a6b3 (diff) | |
parent | 7cc6df961f99d5828f6cbe39c7509e17bae7d93c (diff) |
Merge pull request #279 from ankit-thanekar007/tma-663-updated-search-results
TMA-663-Updated Search Results
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index 380dd061..07fa2b59 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -17,7 +17,7 @@ export const PROFILE_PHOTO_THUMBNAIL_ENDPOINT: string = export const GET_IG_POSTS_ENDPOINT: string = API_URL + 'posts-ig/'; export const GET_FB_POSTS_ENDPOINT: string = API_URL + 'posts-fb/'; export const GET_TWITTER_POSTS_ENDPOINT: string = API_URL + 'posts-twitter/'; -export const SEARCH_ENDPOINT: string = API_URL + 'search/'; +export const SEARCH_ENDPOINT: string = API_URL + 'search/v2/'; export const MOMENTS_ENDPOINT: string = API_URL + 'moments/'; export const MOMENT_THUMBNAIL_ENDPOINT: string = API_URL + 'moment-thumbnail/'; export const VERIFY_INVITATION_CODE_ENDPOUNT: string = API_URL + 'verify-code/'; |