fixed moe prod build issues

SRCA_DEV
umasoodch 3 years ago
parent f80fad450f
commit ad33d49e25

@ -25,7 +25,7 @@ export class AbsenceConfirmComponent implements OnInit {
direction: string;
P_TransactionID: number;
approversList = [];
selEmp: string = '';
selEmp: any = '';
respID: number;
absComments: string = '';
selMenu: MenuResponse;

@ -27,13 +27,9 @@ export class ConnectorService {
public static retryTimes = 0;
public static timeOut = 180 * 1000;
// public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/';
// public static host = 'http://riyt-mohemm1:1010/' //MOE inside
// public static host = 'http://riyt-mohemm1.mopm.gov.sa:1010/' // MOE vpn
public static host = 'http://mohemm-app-test.srca.org.sa:1010/' // SRCA
// public static host = 'http://10.254.212.41:1010/'
// public static host = 'http://mohemm-app-test.srca.org.sa:1010/';
public static host = 'https://erptstapp.srca.org.sa/' //UAT
// public static host = 'https://masaderapp.srca.org.sa/' //LIVE

Loading…
Cancel
Save