diff --git a/web/src/config.js b/web/src/config.js index e770cfa..000cb7e 100644 --- a/web/src/config.js +++ b/web/src/config.js @@ -1,3 +1,3 @@ const DEBUG = false; -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://192.168.1.134:3000` : `https://sub.com`; \ No newline at end of file