Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoulloao authored Sep 17, 2022
1 parent d3c02c4 commit b4e022b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ import cors from "vercel-cors"

export default cors({
origin: /^https:\/\/vercelproject-[a-z0-9]+-organization.vercel.app$/,
headers: ['Origin', 'X-Requested-With', 'Content-Type', 'Accept'],
methods: ['GET', 'POST', 'PUT', 'PATCH', 'UPDATE', 'DELETE'],
credentials: true
})
Expand Down

0 comments on commit b4e022b

Please sign in to comment.