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 64fb2fb commit 2f9c036
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:"http://localhost:3000",
origin:"https://codebud-frontend.vercel.app/",
credentials:true,

}))
Expand Down

0 comments on commit 2f9c036

Please sign in to comment.