Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayyy13 authored Apr 2, 2024
1 parent d3b29e8 commit 705c157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ database.connect();
app.use(express.json())
app.use(cookieParser())
app.use(cors({
origin:"https://codebud-frontend.vercel.app/",
origin:*,
// Access-Control-Allow-Origin: *,
credentials:true,

Expand Down

0 comments on commit 705c157

Please sign in to comment.