diff --git a/index.js b/index.js index 533e75b..e7159d9 100644 --- a/index.js +++ b/index.js @@ -71,5 +71,5 @@ app.post('/sms', async (req, res) => { }); app.listen(config.port, () => { - console.log(`Listening on port ${port}`); + console.log(`Listening on port ${config.port}`); }); \ No newline at end of file