We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22dbe2 commit 8b82c41Copy full SHA for 8b82c41
1 file changed
node-server/server.js
@@ -93,7 +93,7 @@ app.get('/health', async (req, res) => {
93
else {
94
res.send({ status: 'error' });
95
}
96
-}
+});
97
98
app.listen({ port: nodePort, host: '0.0.0.0' });
99
console.log(chalk.green(`Server listening on port ${chalk.red(nodePort)}`));
0 commit comments