From cb5e417a33323f8b4b63487e5d390d09274dff5d Mon Sep 17 00:00:00 2001 From: 5Amogh Date: Tue, 9 Dec 2025 08:48:59 +0530 Subject: [PATCH] feat: amm-1959 ci template fix --- src/environments/environment.ci.ts.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ci.ts.template b/src/environments/environment.ci.ts.template index 2aee04d..85f2b1b 100644 --- a/src/environments/environment.ci.ts.template +++ b/src/environments/environment.ci.ts.template @@ -49,7 +49,7 @@ const siteKey = '<%= SITE_KEY %>'; const captchaChallengeURL = '<%= CAPTCHA_CHALLENGE_URL %>'; const enableCaptcha = <%= ENABLE_CAPTCHA %>; const enableCHOReportBtn = <%= ENABLE_CHO_REPORT_BUTTON %> ; -const dhisURL = <%= DHIS_URL %> ; +const dhisURL = '<%= DHIS_URL %>' ; export const environment = { production: true,