diff options
author | Michael <michael.foiani@gmail.com> | 2021-07-27 15:38:53 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-08-09 12:34:42 -0400 |
commit | 0415adb690ff00e85d203f116b8bbfed56ab6228 (patch) | |
tree | 3f68f80465b7e1162293b1ccc690a3b8c25f18b9 /src | |
parent | 60bb58a2661fd21be9bcb1fa41a6f8141ec61a49 (diff) |
Merged with new master and updated for device deployment.
Diffstat (limited to 'src')
-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 1de6871c..bca6e450 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -1,7 +1,7 @@ /* eslint-disable */ // Dev -const BASE_URL: string = 'http://127.0.0.1:8000/'; +const BASE_URL: string = 'http://192.168.1.22:8000/'; export const STREAM_CHAT_API = 'g2hvnyqx9cmv'; // Prod |