We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2792fa9 commit 8d64bc5Copy full SHA for 8d64bc5
matching-service/matching-service/src/server.js
@@ -11,6 +11,9 @@ const app = express();
11
12
// --- CORS setup ---
13
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
17
"http://localhost:3000", // Login UI
18
"http://localhost:3002", // Matching UI
19
"http://localhost:4000", // Collaboration UI
0 commit comments