fix duplicate Response Attr 1

mekawy-issues
ashwaq 6 years ago
parent 115a5bbcb2
commit 5a48c8b91c

@ -21,7 +21,7 @@ export class ConnectorService {
headers: new HttpHeaders({ 'Content-Type': 'application/json' })
};
public static retryTimes = 0;
public static timeOut = 240 * 1000;
public static timeOut = 120 * 1000;
// public static host = 'http://10.50.100.113:6060/'; // development service
public static host = 'https://uat.hmgwebservices.com/';

Loading…
Cancel
Save