@ -87,8 +87,8 @@ app.post('/shorten', (req, res) => { // Shorten URL
});
port = process.env.SERVER_PORT || 3000;
app.listen(port, () => {
app.listen(3000, () => {
console.log('Server is running on port 3000');