diff options
author | Brian Kim <brian@tagg.id> | 2021-07-16 16:20:59 -0400 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-07-16 16:20:59 -0400 |
commit | 0e281251da135f58b71c6b279f2efd317f63a542 (patch) | |
tree | fca3ad97eb11f6e93aa2c7f1e36a607f8070aa74 /src/constants/api.ts | |
parent | 6161a73ec29dbcf4ffb9ee90d86a3c4e46eb58dc (diff) |
Initial sidebar
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 6dab1153..ed68f14f 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.0.49:8000/'; export const STREAM_CHAT_API = 'g2hvnyqx9cmv'; // Prod |