diff --git a/web/src/config.js b/web/src/config.js index 0655575..3a957a9 100644 --- a/web/src/config.js +++ b/web/src/config.js @@ -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`; \ No newline at end of file +export const BACKEND_BASE = DEBUG ? `http://localhost:3000` : `https://sub.store`; \ No newline at end of file