Mise à jour de 'cryptide_project/server/socket_io/server.js'
continuous-integration/drone/push Build is failing Details

CI/CD
Thomas CHAZOT 1 year ago
parent 7d71d6ec81
commit 7d6021c44f

@ -8,7 +8,7 @@ const server = http.createServer(app);
const io = socketIO(server, { const io = socketIO(server, {
cors: { cors: {
origin: ["https://codefirst.iut.uca.fr:80"], // Remplacez par l'URL de votre application React origin: ["https://codefirst.iut.uca.fr:80"], // Remplacez par l'URL de votre application React
methods: ["GET", "POST"], methods: ["GET", "POST"], //test
credentials: true credentials: true
} }
}); });

Loading…
Cancel
Save