Skip to content

Commit 01ba1c9

Browse files
committed
2 parents fb5a833 + 99b3ea4 commit 01ba1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ app.use((req: any, res: any, next: any) => {
4444
res.setHeader("Access-Control-Allow-Origin", "*");
4545
res.setHeader(
4646
"Access-Control-Allow-Methods",
47-
"GET,POST,PUT,DELETE,OPTIONS",
47+
"GET,POST,PUT,PATCH,DELETE,OPTIONS",
4848
);
4949
res.setHeader(
5050
"Access-Control-Allow-Headers",

0 commit comments

Comments
 (0)