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.
2 parents c009b9f + 19e8609 commit 04f806eCopy full SHA for 04f806e
1 file changed
chat-app/server/index.js
@@ -11,6 +11,8 @@ const io = new Server(server, {
11
},
12
});
13
14
+app.get('/healthcheck', (req, res) => res.send('Server is running'));
15
+
16
io.on('connection', (socket) => {
17
socket.emit('history', chat);
18
0 commit comments