Skip to content

Commit a50e31f

Browse files
authored
Fix US-09 REST endpoint (#3055)
1 parent 16dfc1c commit a50e31f

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/braze

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/braze/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const destination: DestinationDefinition<Settings> = {
5050
{ label: 'US-06 (https://dashboard-06.braze.com)', value: 'https://rest.iad-06.braze.com' },
5151
{ label: 'US-07 (https://dashboard-07.braze.com)', value: 'https://rest.iad-07.braze.com' },
5252
{ label: 'US-08 (https://dashboard-08.braze.com)', value: 'https://rest.iad-08.braze.com' },
53-
{ label: 'US-09 (https://dashboard-09.braze.com)', value: 'https://rest.iad-09.braze.com' },
53+
{ label: 'US-09 (https://dashboard-09.braze.com)', value: 'https://rest.us-09.braze.com' },
5454
{ label: 'US-10 (https://dashboard-10.braze.com)', value: 'https://rest.us-10.braze.com' },
5555
{ label: 'EU-01 (https://dashboard-01.braze.eu)', value: 'https://rest.fra-01.braze.eu' },
5656
{ label: 'EU-02 (https://dashboard-02.braze.eu)', value: 'https://rest.fra-02.braze.eu' },

0 commit comments

Comments
 (0)