mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 22:19:00 +08:00
修正 localhost。
This commit is contained in:
parent
568b2a1460
commit
e25c83368e
@ -1,2 +1,2 @@
|
|||||||
const DEBUG = process.env.NODE_ENV === "development";
|
const DEBUG = process.env.NODE_ENV === "development";
|
||||||
export const BACKEND_BASE = DEBUG ? `http://192.168.1.134:3000` : `https://sub.store`;
|
export const BACKEND_BASE = DEBUG ? `http://localhost:3000` : `https://sub.store`;
|
Loading…
x
Reference in New Issue
Block a user