Skip to content

Commit

Permalink
chore: add staging urls to allowed hosts (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
allansifuna committed Mar 14, 2024
1 parent 64dae67 commit cec599e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/clinical/presentation/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit cec599e

Please sign in to comment.