wudebin 9 сар өмнө
parent
commit
7b8abc91dd

+ 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;