diff --git a/js/detailPage.js b/js/detailPage.js index 85ffe8e..7d12f0f 100644 --- a/js/detailPage.js +++ b/js/detailPage.js @@ -15,4 +15,4 @@ app.get('/artist/:name', (req, res) => { app.listen(5500, () => { console.log('Server is running on port 5500'); -}); \ No newline at end of file +}); \ No newline at end of file