diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-21 21:23:55 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 21:23:55 -0400 |
commit | 923e1084e18ce5636cf4448096907bc95f1018ff (patch) | |
tree | 788ab7982a82a5c94d86e5c23d2c7fd4b2c5921e /src/constants/api.ts | |
parent | 29cfccc7010aee6a5c5f47db4881810fa2b75b9f (diff) |
Add api calls
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 d52fc203..f02ee407 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -32,6 +32,7 @@ export const SEARCH_ENDPOINT_MESSAGES: string = API_URL + 'search/messages/'; export const SEARCH_ENDPOINT_SUGGESTED: string = API_URL + 'search/suggested/'; export const MOMENTS_ENDPOINT: string = API_URL + 'moments/'; export const MOMENT_TAGS_ENDPOINT: string = API_URL + 'moments/tags/'; +export const MOMENTTAG_ENDPOINT: string = API_URL + 'moment-tag/'; 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/'; |