Skip to content

Commit

Permalink
Quick refresh for Github check
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Nov 12, 2023
1 parent 015cc5e commit 0b4bc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bar-chart/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app.get('', (req, res) => {
});

app.get('/status/ping', (req, res) => {
res.send({ msg: 'pong' }).status(200);
res.status(200).send({ msg: 'pong' });
});

const portNum = process.env.PORT || 3000;
Expand Down

0 comments on commit 0b4bc64

Please sign in to comment.