Skip to content

Commit 12b8ec0

Browse files
committed
chore: sign pages
1 parent 12bbf8e commit 12b8ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/evoting-api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ app.use(
3939
"X-Webhook-Signature",
4040
"X-Webhook-Timestamp",
4141
],
42-
credentials: false,
42+
credentials: true,
4343
}),
4444
);
4545
app.use(express.json({ limit: "50mb" }));

0 commit comments

Comments
 (0)