From c83f36047501dcb9f898e2335e30940fda9fde0c Mon Sep 17 00:00:00 2001 From: Habibi Mustafa Date: Mon, 3 Apr 2023 11:30:18 +0700 Subject: [PATCH] running info --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index d11f0ed..6a99b97 100644 --- a/index.js +++ b/index.js @@ -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);