From da16d5b617edb224133413a41d9195fcd65d06f3 Mon Sep 17 00:00:00 2001 From: Mike Heneghan Date: Mon, 26 Feb 2024 16:48:19 +0000 Subject: [PATCH] chore: add westberks to CUSTOM_DOMAINS - As the subdomain is the shortened "westberks" using that for consistency --- infrastructure/application/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/application/index.ts b/infrastructure/application/index.ts index aeb03598d1..e203d5923b 100644 --- a/infrastructure/application/index.ts +++ b/infrastructure/application/index.ts @@ -64,6 +64,10 @@ const CUSTOM_DOMAINS: CustomDomains = domain: "planningservices.tewkesbury.gov.uk", name: "tewkesbury", }, + { + domain: "planningservices.westberks.gov.uk", + name: "westberks", + }, ] : [];