aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-18 18:20:29 -0400
committerGitHub <noreply@github.com>2021-05-18 18:20:29 -0400
commitd515765a9a24df493fb52f357ea94a15203ac33b (patch)
treee5def315350226e2d7dfc2518a07ed1f0cd283e3 /src
parentccbe6e9bae20dea9547cfe497a9d53ca7aab034d (diff)
parente5ded983cdcf12bc96c74659adae0af58180550b (diff)
Merge pull request #427 from IvanIFChen/hotfix-https-url
[HOTFIX] Changed to use https
Diffstat (limited to 'src')
-rw-r--r--src/constants/api.ts3
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/';