mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
修正 localhost。
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
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`;
|
||||
Reference in New Issue
Block a user