From e5ded983cdcf12bc96c74659adae0af58180550b Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Fri, 14 May 2021 17:18:17 -0400 Subject: changed to use https --- src/constants/api.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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/'; -- cgit v1.2.3-70-g09d2