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 9af8cd3 commit a41082eCopy full SHA for a41082e
server.js
@@ -9,7 +9,7 @@ const io = new Server(server);
9
10
// Enable CORS
11
app.use(cors({
12
- origin: ['https://mri-planning-poker-7a37e47b6257.herokuapp.com', 'https://rdevans87.github.io/mri-planning-poker/'], // Include your GitHub Pages URL
+ origin: ['https://mri-planning-poker-7a37e47b6257.herokuapp.com', 'http://localhost:300'], // Include your GitHub Pages URL
13
methods: ['GET', 'POST'], // Allowed HTTP methods
14
allowedHeaders: ['Content-Type'], // Allow specific headers
15
credentials: true // If you need cookies or authorization headers
0 commit comments