lab3(+catalog)

This commit is contained in:
Milana Ievlewa 2023-12-10 21:03:55 +03:00
parent 705200d360
commit 95c304ee8b

View File

@ -15,4 +15,4 @@ app.get('/artist/:name', (req, res) => {
app.listen(5500, () => {
console.log('Server is running on port 5500');
});
});