From f4146ba30abb382278bebf137f601b578e5943b0 Mon Sep 17 00:00:00 2001 From: Roy Peter <16620459+roypeter@users.noreply.github.com> Date: Sat, 3 Feb 2024 16:33:58 +0530 Subject: [PATCH] Manifest endpoint update for Sri Lanka production server migration to datacenter (#5377) **Story card:** [sc-9896](https://app.shortcut.com/simpledotorg/story/9896) ## Because The production environment for Simple Sri Lanka is in the process of being migrated to a datacenter. The DNS has consequently been changed and this update needs to be reflected in the production manifest file. --- public/manifest/production.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest/production.json b/public/manifest/production.json index f9dca4a883..4e5b82b5c8 100644 --- a/public/manifest/production.json +++ b/public/manifest/production.json @@ -20,7 +20,7 @@ }, { "country_code": "LK", - "endpoint": "https://api.lk.simple.org/api/", + "endpoint": "https://api-simple.health.gov.lk/api/", "display_name": "Sri Lanka", "isd_code": "94" }, @@ -73,7 +73,7 @@ "deployments": [ { "display_name": "Sri Lanka", - "endpoint": "https://api.lk.simple.org/api/" + "endpoint": "https://api-simple.health.gov.lk/api/" } ] },