Skip to content

Commit

Permalink
testing cors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayahhhmed committed Jun 15, 2024
1 parent f746528 commit 9904dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function bootstrap() {
app.enableCors({
origin: [
'http://localhost:5173',
'https://notanglesstaging.devsoc.app',
'https://notanglesstaging.devsoc.app/',
'https://notangles.devsoc.app/',
],
credentials: true, // Allow credentials (e.g., cookies) to be sent with the request
Expand Down

0 comments on commit 9904dd8

Please sign in to comment.