From 15566e43615f8bd62c7b44bc90195213614053cb Mon Sep 17 00:00:00 2001 From: enadhilal Date: Mon, 29 Mar 2021 11:34:20 +0300 Subject: [PATCH] change the connector to be in production --- .../app/hmg-common/services/connector/connector.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e0e27780..5b221dfc 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -23,8 +23,8 @@ export class ConnectorService { public static retryTimes = 0; public static timeOut = 120 * 1000; -public static host = 'https://uat.hmgwebservices.com/'; - // public static host = 'https://hmgwebservices.com/'; +// public static host = 'https://uat.hmgwebservices.com/'; + public static host = 'https://hmgwebservices.com/'; constructor(public httpClient: HttpClient, public cs: CommonService) {}