Skip to content

Commit

Permalink
running info
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa committed Apr 3, 2023
1 parent 62b637c commit c83f360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ app.get('/metrics', async (_req, res) => {
});

app.listen(process.env.APP_PORT || 4001, '0.0.0.0');
console.log('App running on port ' + process.env.APP_PORT || 4001);

0 comments on commit c83f360

Please sign in to comment.