diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-02-05 16:27:44 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-02-05 16:27:44 -0800 |
commit | aa3b66fefef3c4aea29e13db1a5eb3cab0742348 (patch) | |
tree | 456b664d649221d6bb8c74a73bdf9b10b4bf4e09 /src/constants/api.ts | |
parent | 561f21c1df9a3484d65722e50f2fac7b92d09148 (diff) |
Try fix
Diffstat (limited to 'src/constants/api.ts')
-rw-r--r-- | src/constants/api.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index 32631be0..33b68f65 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -1,5 +1,5 @@ // const BASE_URL: string = 'http://3.22.188.127/'; // prod server -const BASE_URL: string = 'http://127.0.0.1:8000/'; // local server +const BASE_URL: string = 'http://app-prod.tagg.id/'; // local server const API_URL: string = BASE_URL + 'api/'; export const LOGIN_ENDPOINT: string = API_URL + 'login/'; |