diff options
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 ed68f14f..6dab1153 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -1,7 +1,7 @@ /* eslint-disable */ // Dev -const BASE_URL: string = 'http://192.168.0.49:8000/'; +const BASE_URL: string = 'http://127.0.0.1:8000/'; export const STREAM_CHAT_API = 'g2hvnyqx9cmv'; // Prod |