|
6 | 6 | "description": "Function to create content blocks from App Action.", |
7 | 7 | "path": "functions/createContentBlocks.js", |
8 | 8 | "entryFile": "functions/createContentBlocks.ts", |
9 | | - "allowNetworks": ["https://*.braze.com"], |
| 9 | + "allowNetworks": ["https://*.braze.com", "https://*.braze.eu"], |
10 | 10 | "accepts": ["appaction.call"] |
11 | 11 | }, |
12 | 12 | { |
|
15 | 15 | "description": "Function to get content blocks from App Action.", |
16 | 16 | "path": "functions/getContentBlocks.js", |
17 | 17 | "entryFile": "functions/getContentBlocks.ts", |
18 | | - "allowNetworks": ["https://*.braze.com"], |
| 18 | + "allowNetworks": ["https://*.braze.com", "https://*.braze.eu"], |
19 | 19 | "accepts": ["appaction.call"] |
20 | 20 | }, |
21 | 21 | { |
|
24 | 24 | "description": "Function to handle App Events.", |
25 | 25 | "path": "functions/appEventHandler.js", |
26 | 26 | "entryFile": "functions/appEventHandler.ts", |
27 | | - "allowNetworks": ["https://*.braze.com"], |
| 27 | + "allowNetworks": ["https://*.braze.com", "https://*.braze.eu"], |
28 | 28 | "accepts": ["appevent.handler"] |
29 | 29 | } |
30 | 30 | ], |
|
0 commit comments