We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c81ef9 commit 986fbdfCopy full SHA for 986fbdf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sipgate/integration-bridge",
3
- "version": "0.13.37",
+ "version": "0.13.38",
4
"description": "sipgate Integration Bridge Framework",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/index.ts
@@ -17,6 +17,7 @@ app.use(
17
cors({
18
credentials: true,
19
origin: true,
20
+ allowedHeaders: "*",
21
})
22
);
23
app.use(bodyParser.json());
0 commit comments