wudebin 9 місяців тому
батько
коміт
7b8abc91dd
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      Strides-APP/app/api/http.js

+ 2 - 2
Strides-APP/app/api/http.js

@@ -4,8 +4,8 @@ import app from '../../app.json';
 
 //config
 //const hostUrl = 'http://161.117.183.142/';
-//const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://uat.chargeco.global/';
-const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://test.internal.chargeco.global/'
+const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://uat.chargeco.global/';
+//const hostUrl = app.product ? 'https://csms.chargeco.global/' : 'https://test.internal.chargeco.global/'
 const service = 'chargeco/'
 export const host = hostUrl;