Skip to content

Commit

Permalink
chore: add westberks to CUSTOM_DOMAINS
Browse files Browse the repository at this point in the history
- As the subdomain is the shortened "westberks" using that for consistency
  • Loading branch information
Mike-Heneghan committed Feb 26, 2024
1 parent 6b92ea6 commit da16d5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ const CUSTOM_DOMAINS: CustomDomains =
domain: "planningservices.tewkesbury.gov.uk",
name: "tewkesbury",
},
{
domain: "planningservices.westberks.gov.uk",
name: "westberks",
},
]
: [];

Expand Down

0 comments on commit da16d5b

Please sign in to comment.