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 12bbf8e commit 12b8ec0Copy full SHA for 12b8ec0
platforms/evoting-api/src/index.ts
@@ -39,7 +39,7 @@ app.use(
39
"X-Webhook-Signature",
40
"X-Webhook-Timestamp",
41
],
42
- credentials: false,
+ credentials: true,
43
}),
44
);
45
app.use(express.json({ limit: "50mb" }));
0 commit comments