aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-04 16:06:21 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-04 16:06:21 -0800
commit79396f899fe25f611d790d918e8ae4275a61e43c (patch)
treef5c9c003091d3d28ca32b31bb2b1bf8f67892acc /src/constants/api.ts
parent95bc850b9db986b9f462f19d7801218027307d58 (diff)
TMA-663-Changes for empty view
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r--src/constants/api.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index 5e23ac7e..1463683f 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -17,8 +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_V2_ENDPOINT: string = API_URL + 'search/v2/';
+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/';