Skip to content

Commit 65f1d79

Browse files
committed
Add azure EU to region url mappings
1 parent ea40fc5 commit 65f1d79

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/stack/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const REGION_URL_MAPPING: RegionUrlMap = {
1111
us: 'cdn.contentstack.io',
1212
eu: 'eu-cdn.contentstack.com',
1313
'azure-na': 'azure-na-cdn.contentstack.com',
14+
'azure-eu': 'azure-eu-cdn.contentstack.com',
1415
}
1516

1617
export type StackConnectionConfig = {
@@ -30,7 +31,7 @@ const queryParams = {
3031

3132
export async function stackConnect(client: any, config: StackConnectionConfig) {
3233
try {
33-
const clientParams: {
34+
const clientParams: {
3435
api_key: string,
3536
delivery_token: string,
3637
environment: string,

0 commit comments

Comments
 (0)