chore: updates
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vocechat-web",
|
"name": "vocechat-web",
|
||||||
"version": "0.3.25",
|
"version": "0.3.26",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://voce.chat",
|
"homepage": "https://voce.chat",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// const BASE_URL = `${location.origin}/api`;
|
// const BASE_URL = `${location.origin}/api`;
|
||||||
// const BASE_URL = `https://dev.voce.chat/api`;
|
// const BASE_URL = `http://localhost:3333/api`;
|
||||||
const BASE_URL = process.env.REACT_APP_RELEASE
|
const BASE_URL = process.env.REACT_APP_RELEASE
|
||||||
? `${location.origin}/api`
|
? `${location.origin}/api`
|
||||||
: `https://dev.voce.chat/api`;
|
: `https://dev.voce.chat/api`;
|
||||||
|
|||||||
Reference in New Issue
Block a user