Skip to content

Commit 8d64bc5

Browse files
committed
Updated CORS for matching service
1 parent 2792fa9 commit 8d64bc5

File tree

1 file changed

+3
-0
lines changed
  • matching-service/matching-service/src

1 file changed

+3
-0
lines changed

matching-service/matching-service/src/server.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const app = express();
1111

1212
// --- CORS setup ---
1313
const allowedOrigins = [
14+
"https://peerprep-login-signup.vercel.app", // Login UI
15+
"https://peerprep-matching.vercel.app", // Matching UI
16+
"https://peerprep-collab.vercel.app", // Collaboration UI
1417
"http://localhost:3000", // Login UI
1518
"http://localhost:3002", // Matching UI
1619
"http://localhost:4000", // Collaboration UI

0 commit comments

Comments
 (0)