Format Code

This commit is contained in:
AbdulRahman 2024-02-13 23:08:57 +03:00
parent 8f6c21c98b
commit d7b92eb92d

View File

@ -3,9 +3,8 @@ const app = express();
app.get('/', (req, res) => {
res.send('Hello World');
});
});
app.listen(3000, () => {
console.log('Server is running on port 3000');
});
});