chore: updates

This commit is contained in:
Tristan Yang
2022-12-01 17:10:53 +08:00
parent 1474e32f6f
commit 529a40fe71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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`;