diff options
-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/'; |