chore: updates
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vocechat-web",
|
||||
"version": "0.3.25",
|
||||
"version": "0.3.26",
|
||||
"private": true,
|
||||
"homepage": "https://voce.chat",
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// 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
|
||||
? `${location.origin}/api`
|
||||
: `https://dev.voce.chat/api`;
|
||||
|
||||
Reference in New Issue
Block a user