Skip to content

Commit

Permalink
semi-final
Browse files Browse the repository at this point in the history
  • Loading branch information
Pruthviraj-sawant committed Jan 20, 2025
1 parent 7193526 commit 7676e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FUTUREMENTOR_WEB/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ app.use(express.json());
app.use(cookieParser());
app.use(
cors({
origin:"http://localhost:3000",
// origin:"http://localhost:3000",
origin:"future-mentor-education-tech-website-frontend.vercel.app",
credentials:true,
})
)
Expand Down

0 comments on commit 7676e80

Please sign in to comment.