Browse Source

Merge branch 'master' into feature-sell

ylong 1 ngày trước cách đây
mục cha
commit
66372aaf47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .env.dev.js

+ 1 - 1
.env.dev.js

@@ -1,5 +1,5 @@
 export default {
     "NODE_ENV": 'development',
-    "apiUrl":"https://bk.shuhi.com",
+    "apiUrl":"https://bpi.shuhi.com",
     "apiUrlPrefix":"/api",
 };