Skip to content

Commit c3809ec

Browse files
committed
Adding US2 region to the Fetch SDK
1 parent 66619a1 commit c3809ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agility/content-fetch",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "JS/TS library for the Agility Fetch API",
55
"repository": {
66
"type": "git",

src/api-client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ function buildBaseUrl(guid: string) {
6565
c: '-ca',
6666
e: '-eu',
6767
a: '-aus',
68-
d: '-dev'
68+
d: '-dev',
69+
'us2': '-us2'
6970
}
7071

7172
let suffix = guid.substr(guid.length - 2, 2);

0 commit comments

Comments
 (0)