Skip to content

Commit

Permalink
cors error test1
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet-NJ committed Jan 5, 2025
1 parent 8716376 commit b796317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app.use(cookieParser());
app.use(express.json());
app.use(
cors({
origin: "https://course-app.puneetnj.fun/",
origin: "https://course-app.puneetnj.fun",
credentials: true,
})
);
Expand Down

0 comments on commit b796317

Please sign in to comment.