diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-01-16 10:42:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 10:42:29 -0500 |
commit | 30391867438bb28cbcba9fc9ee2ff6d00027fd86 (patch) | |
tree | fe3902f4b6c33d3058145c257f7e044900120767 /src/constants/api.ts | |
parent | 1803da7388902db45ad37fbac509604ae632bdb5 (diff) | |
parent | 33b3bff63969e9da23722e8a70f60c5b94fe3cfb (diff) |
Merge pull request #160 from IvanIFChen/tma479-moment-thumbnails
[TMA-479] Moment Thumbnails
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 de43b94d..701070eb 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -18,6 +18,7 @@ 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 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/'; export const COMMENTS_ENDPOINT: string = API_URL + 'comments/'; export const FRIENDS_ENDPOINT: string = API_URL + 'friends/'; |