gcz 4 vuotta sitten
vanhempi
commit
89e9fd4fee
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      config/prod.env.js

+ 2 - 1
config/prod.env.js

@@ -2,6 +2,7 @@
 module.exports = {
 module.exports = {
   NODE_ENV: '"production"',
   NODE_ENV: '"production"',
   // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
   // BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
-  BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
+  BASE_API: '"http://wx.hw.hongweisoft.com/forestapi//forest-admin"'
+  // BASE_API: '"http://product.gzqlyx.com/api/forest-admin"'
 
 
 }
 }