This commit is contained in:
killianmarty 2023-11-14 18:07:51 +01:00
parent 72e58bb3c1
commit 572f30b2f6
2 changed files with 2 additions and 1 deletions

1
server/Procfile Normal file
View file

@ -0,0 +1 @@
web: node server.js

View file

@ -10,7 +10,7 @@ const connections = new Set();
var playerCount = 0;
app.get('/', (req, res) => {
res.send('Serveur WebSocket fonctionne !');
res.send('Grand Tabernacle Auto VI');
});
wss.on('connection', (socket) => {