diff --git a/index.js b/index.js index 90b526f..5b762d6 100644 --- a/index.js +++ b/index.js @@ -90,5 +90,5 @@ app.post('/shorten', (req, res) => { // Shorten URL port = process.env.SERVER_PORT || 3000; app.listen(port, () => { - console.log('Server is running on port 3000'); + console.log(`Server is running on port ${port}`); }); \ No newline at end of file