Skip to content

Commit

Permalink
add missing authorization header to cors in BE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 12, 2024
1 parent b634084 commit 7489ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ app.use(
"Access-Control-Allow-Origin",
"Access-Control-Allow-Headers",
"Content-type",
"Authorization",
"Origin",
"Access-Control-Allow-Origin",
"Accept",
"Options",
"X-Requested-With",
Expand Down

0 comments on commit 7489ca6

Please sign in to comment.