Skip to content

Commit

Permalink
Working....
Browse files Browse the repository at this point in the history
  • Loading branch information
oitashg committed Dec 6, 2024
1 parent 6bea8ee commit 40523ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.use(express.json())
app.use(cookieParser())
app.use(
cors({
origin: "https://codeholic.vercel.app/",
origin: "https://codeholic.vercel.app",
credentials: true,
})
)
Expand Down

0 comments on commit 40523ad

Please sign in to comment.