Skip to content

Commit 986fbdf

Browse files
committed
🐛 Allow all headers
1 parent 9c81ef9 commit 986fbdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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": "@sipgate/integration-bridge",
3-
"version": "0.13.37",
3+
"version": "0.13.38",
44
"description": "sipgate Integration Bridge Framework",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ app.use(
1717
cors({
1818
credentials: true,
1919
origin: true,
20+
allowedHeaders: "*",
2021
})
2122
);
2223
app.use(bodyParser.json());

0 commit comments

Comments
 (0)