Skip to content

Commit

Permalink
/ added
Browse files Browse the repository at this point in the history
  • Loading branch information
kamnajain06 committed Aug 29, 2024
1 parent ff607ea commit 838d67d
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://edtech-codegen-rn6bnzww8-kamna-jains-projects.vercel.app",
origin:"https://edtech-codegen-rn6bnzww8-kamna-jains-projects.vercel.app/",
credentials: true,
})
);
Expand Down

0 comments on commit 838d67d

Please sign in to comment.