Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-harsh authored Jul 2, 2024
1 parent 9478136 commit 00ab080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const app = express();

app.use(
cors({
origin: "https://edumi.vercel.app",
origin: "https://edumi.coderypto.tech/",
credentials: true,
})
);
Expand Down

0 comments on commit 00ab080

Please sign in to comment.