We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b637c commit c83f360Copy full SHA for c83f360
index.js
@@ -33,3 +33,4 @@ app.get('/metrics', async (_req, res) => {
33
});
34
35
app.listen(process.env.APP_PORT || 4001, '0.0.0.0');
36
+console.log('App running on port ' + process.env.APP_PORT || 4001);
0 commit comments