changed URL and channel ID

enad-SFH
umasoodch 4 years ago
parent 2fb48dc548
commit c258b238af

@ -143,7 +143,7 @@ export class AuthenticationService {
mobileType = 'android';
}
request.VersionID = 3.2;
request.Channel = 31;
request.Channel = 43;
request.LanguageID = TranslatorService.getCurrentLanguageCode();
request.MobileType = mobileType;

@ -27,8 +27,10 @@ export class ConnectorService {
public static retryTimes = 0;
public static timeOut = 120 * 1000;
public static host = 'http://10.10.150.249:1234/';
// public static host = 'https://uat.hmgwebservices.com/';
public static host = 'https://hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/';
constructor(public httpClient: HttpClient,
public cs: CommonService,

Loading…
Cancel
Save