aboutsummaryrefslogtreecommitdiff
path: root/src/constants/api.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants/api.ts')
-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 5eb07980..e3dacccc 100644
--- a/src/constants/api.ts
+++ b/src/constants/api.ts
@@ -1,4 +1,5 @@
-const BASE_URL: string = 'http://127.0.0.1:8000/';
+// const BASE_URL: string = 'http://3.22.188.127/'; // prod server
+const BASE_URL: string = 'http://127.0.0.1:8000/'; // local server
const API_URL: string = BASE_URL + 'api/';
export const LOGIN_ENDPOINT: string = API_URL + 'login/';
export const LOGOUT_ENDPOINT: string = API_URL + 'logout/';