Skip to content

Commit 8b82c41

Browse files
)
1 parent a22dbe2 commit 8b82c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-server/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ app.get('/health', async (req, res) => {
9393
else {
9494
res.send({ status: 'error' });
9595
}
96-
}
96+
});
9797

9898
app.listen({ port: nodePort, host: '0.0.0.0' });
9999
console.log(chalk.green(`Server listening on port ${chalk.red(nodePort)}`));

0 commit comments

Comments
 (0)