diff --git a/Mohem/src/app/hmg-common/services/connector/connector.service.ts b/Mohem/src/app/hmg-common/services/connector/connector.service.ts index 8ba38b4b..9c0c8b92 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -28,11 +28,12 @@ export class ConnectorService { public static timeOut = 180 * 1000; // public static host = 'http://mohemm-app-test.srca.org.sa:1010/'; - public static host = 'https://erptstapp.srca.org.sa/' //UAT + public static host = 'https://erptstapp.srca.org.sa/' //TEST UAT // public static host = 'https://masaderapp.srca.org.sa/' //LIVE + constructor(public httpClient: HttpClient, public cs: CommonService, private events: Events, diff --git a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html index 0fa0da32..27e79977 100644 --- a/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html +++ b/Mohem/src/app/hmg-common/ui/services-button/services-button.component.html @@ -1,6 +1,6 @@