diff options
author | George Rusu <george@tagg.id> | 2021-06-21 19:18:25 -0700 |
---|---|---|
committer | George Rusu <george@tagg.id> | 2021-06-21 19:18:25 -0700 |
commit | 0c029f2f801330da227d62858975823cff16978e (patch) | |
tree | e496f5fa7c9c71283ab04b2690540575a2736fff /src/constants/api.ts | |
parent | 78f32c1400eff46d4c768b78fbaf672826c74285 (diff) |
Add new type
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 b55489d9..6dab1153 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -38,6 +38,7 @@ export const VERIFY_INVITATION_CODE_ENDPOUNT: string = API_URL + 'verify-code/'; export const COMMENTS_ENDPOINT: string = API_URL + 'comments/'; export const COMMENT_REACTIONS_ENDPOINT: string = API_URL + 'reaction-comment/'; export const COMMENT_REACTIONS_REPLY_ENDPOINT: string = API_URL + 'reaction-reply/'; +export const PRESIGNED_URL_ENDPOINT: string = API_URL + 'presigned-url/'; export const FRIENDS_ENDPOINT: string = API_URL + 'friends/'; export const ALL_USERS_ENDPOINT: string = API_URL + 'users/'; export const REPORT_ISSUE_ENDPOINT: string = API_URL + 'report/'; |