Skip to content

Commit

Permalink
Add aws instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanish35 committed Oct 14, 2024
1 parent 46a270a commit b37bea0
Show file tree
Hide file tree
Showing 1,425 changed files with 29,457 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Empty file added AWS.md
Empty file.
2 changes: 2 additions & 0 deletions backend/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ const port = process.env.PORT ? parseInt(process.env.PORT) : 3000;
const corsOptions = {
origin: [
"http://localhost:3001",
"http://0.0.0.0:5173",
"http://localhost:5173",
"http://192.168.29.39:5173",
],
credentials: true,
};
Expand Down
Loading

0 comments on commit b37bea0

Please sign in to comment.