From cec599efa380dc2de6458b95a0c427a51acfc07c Mon Sep 17 00:00:00 2001 From: Allan Sifuna <35229350+allansifuna@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:36:40 +0300 Subject: [PATCH] chore: add staging urls to allowed hosts (#388) --- pkg/clinical/presentation/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/clinical/presentation/config.go b/pkg/clinical/presentation/config.go index 99152d13..4ae57188 100644 --- a/pkg/clinical/presentation/config.go +++ b/pkg/clinical/presentation/config.go @@ -45,12 +45,14 @@ var ClinicalAllowedOrigins = []string{ "https://clinical-demo.bewell.co.ke", "https://clinical-prod.bewell.co.ke", "https://uat-emr.advantage.slade360.com", + "https://staging-emr.advantage.slade360.com", "https://advantage.slade360.com", "https://review-empower.web.app", "https://review-advantage.web.app", "https://prod-empower.web.app", "https://staging-empower.web.app", "https://uat.empower.savannahghi.org", + "https://staging.empower.savannahghi.org", "https://empower.savannahghi.org", "https://review-uzazi-salama.web.app", }