Skip to content

Commit

Permalink
5th - (CORS issue in the backend sort out) only /signup with cookie s…
Browse files Browse the repository at this point in the history
…et for session as well as auth, /signin & /logout pending
  • Loading branch information
Tabish1511 committed Dec 17, 2024
1 parent 5793ecc commit 110cc48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ app.use(cors({
}
},
methods: 'GET,POST,PUT,DELETE',
allowedHeaders: ['Content-Type', 'Authorization'],
credentials: true,
}));

Expand Down

0 comments on commit 110cc48

Please sign in to comment.