aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-04-08 17:38:55 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-04-09 10:08:10 -0700
commit84c103614247ab7dc8b86767f3bfa83c13f224aa (patch)
treedbe119329c71fef51d2151755387b02b80b42427 /src/constants/api.ts
parentfb5cca5bd8aff7232c2ab5e01df0e79dddbef504 (diff)
Modal viw added
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r--src/constants/api.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts
index ffe47687..ef33631a 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -24,7 +24,8 @@ 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/v2/';
+export const SEARCH_ENDPOINT: string = API_URL + 'search/';
+export const SEARCH_ENDPOINT_V2: 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/';