Skip to content

Commit

Permalink
Update dockstatapi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Its4Nik authored Sep 18, 2024
1 parent 0b41019 commit 1515472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockstatapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ app.get('/', (req, res) => {
app.get('/status', (req, res) => {
logger.info("Healthcheck requested");
return res.status(200).send('UP');
}
});

// Start the server and log the startup message
app.listen(port, () => {
Expand Down

0 comments on commit 1515472

Please sign in to comment.