From 1d1c6f65812a62740e893de374715f3e7c1b1fc3 Mon Sep 17 00:00:00 2001 From: enadhilal Date: Wed, 20 Apr 2022 14:21:41 +0300 Subject: [PATCH] add answer icon to itg --- .../services/connector/connector.service.ts | 4 ++-- .../{data-corrected (4).png => answer.png} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename Mohem/src/assets/imgs/mohemm-action/{data-corrected (4).png => answer.png} (100%) 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 5a1959c6..f472cb49 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -27,8 +27,8 @@ 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 = 'https://uat.hmgwebservices.com/'; + // public static host = 'https://hmgwebservices.com/'; constructor(public httpClient: HttpClient, public cs: CommonService, diff --git a/Mohem/src/assets/imgs/mohemm-action/data-corrected (4).png b/Mohem/src/assets/imgs/mohemm-action/answer.png similarity index 100% rename from Mohem/src/assets/imgs/mohemm-action/data-corrected (4).png rename to Mohem/src/assets/imgs/mohemm-action/answer.png