Skip to content

Commit

Permalink
removed localhost cors
Browse files Browse the repository at this point in the history
  • Loading branch information
victorchrollo14 committed Jan 22, 2024
1 parent 8197d10 commit 295689c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const PORT = process.env.PORT || 3001;

const corsOptions = {
origin: [
"http://localhost:3000",
"https://mern-ecommerce-frontend-theta.vercel.app",
"https://mern-ecommerce-frontend-git-main-victorchrollo14.vercel.app",
],
Expand Down

0 comments on commit 295689c

Please sign in to comment.