Skip to content

Commit

Permalink
Merge pull request #49 from Shaurya0108/serverConnectionBlockFix
Browse files Browse the repository at this point in the history
fixed server connection block
  • Loading branch information
Shaurya0108 authored Nov 9, 2023
2 parents 0db02f0 + d4a9274 commit 9409030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Server/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ dotenv.config();
const corsOptions = {
origin: 'http://localhost:5173',
credentials: true,
exposedHeaders: ["Set-Cookie"]
exposedHeaders: ["Set-Cookie"],
origin: true
};

var virtualTAServer = express();
Expand Down

0 comments on commit 9409030

Please sign in to comment.