|
|
|
@ -23,8 +23,8 @@ export class ConnectorService {
|
|
|
|
public static retryTimes = 0;
|
|
|
|
public static retryTimes = 0;
|
|
|
|
public static timeOut = 120 * 1000;
|
|
|
|
public static timeOut = 120 * 1000;
|
|
|
|
|
|
|
|
|
|
|
|
public static host = 'https://uat.hmgwebservices.com/';
|
|
|
|
// 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) {}
|
|
|
|
constructor(public httpClient: HttpClient, public cs: CommonService) {}
|
|
|
|
|
|
|
|
|
|
|
|
|