diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-14 17:18:17 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-14 17:18:17 -0400 |
commit | e5ded983cdcf12bc96c74659adae0af58180550b (patch) | |
tree | 7daece51f660980a8fa92ab02cb7ce273330a33a /src/constants/api.ts | |
parent | 183ce2b263e7282f42d204ebd59676b8e28352ec (diff) |
changed to use https
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index 3c7e669e..ec67b6f9 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -5,7 +5,8 @@ const BASE_URL: string = 'http://127.0.0.1:8000/'; export const STREAM_CHAT_API = 'g2hvnyqx9cmv'; // Prod -// const BASE_URL: string = 'http://app-prod.tagg.id/'; +// const BASE_URL: string = 'https://app-prod2.tagg.id/'; +// const BASE_URL: string = 'https://app-prod3.tagg.id/'; // export const STREAM_CHAT_API = 'ur3kg5qz8x5v' const API_URL: string = BASE_URL + 'api/'; |