Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kamnajain06 authored Jul 16, 2024
1 parent 8c1ceed commit bf07326
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 @@ -29,7 +29,7 @@ app.use(express.json());
app.use(cookieParser());
app.use(
cors({
origin:"https://study-notion-edtech-three.vercel.app/",
origin:"https://study-notion-one-xi.vercel.app/",
credentials: true,
})
);
Expand Down

0 comments on commit bf07326

Please sign in to comment.