Skip to content

Commit

Permalink
update: update cors origin
Browse files Browse the repository at this point in the history
  • Loading branch information
khayss committed Jun 14, 2024
1 parent dd2930a commit 9a40d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const app = express();
app
.use(
cors({
origin: "https://food-app-front-end-sand.vercel.app/",
origin: "https://food-app-front-end-sand.vercel.app",
credentials: true,
})
)
Expand Down

0 comments on commit 9a40d0a

Please sign in to comment.