Skip to content

Commit

Permalink
Merge pull request #8 from arunpariyar/develop
Browse files Browse the repository at this point in the history
πŸ› Update cors
  • Loading branch information
arunpariyar authored Jul 11, 2024
2 parents 49a5116 + 6b77a6a commit f1e9738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ if (process.env.NODE_ENV === 'development') {
app.use(
cors({
origin: [
'https://product-feedback-alpha.vercel.app',
'https://product-feedback-6uik-4f6qtpuw3-arun-pariyars-projects.vercel.app',
'https://product-feedback-server-daif.onrender.com/',
'https://project-code-log.vercel.app/',
'https://codelog-arun-pariyars-projects.vercel.app/',
'https://codelog-git-main-arun-pariyars-projects.vercel.app/',
],
})
);
Expand Down

0 comments on commit f1e9738

Please sign in to comment.