Format Code
This commit is contained in:
parent
8f6c21c98b
commit
d7b92eb92d
5
index.js
5
index.js
@ -3,9 +3,8 @@ const app = express();
|
|||||||
|
|
||||||
app.get('/', (req, res) => {
|
app.get('/', (req, res) => {
|
||||||
res.send('Hello World');
|
res.send('Hello World');
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(3000, () => {
|
app.listen(3000, () => {
|
||||||
console.log('Server is running on port 3000');
|
console.log('Server is running on port 3000');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user