02.02
This commit is contained in:
@@ -41,5 +41,5 @@ app.listen(PORT, () => {
|
|||||||
|
|
||||||
|
|
||||||
app.get('/', (req, res) => {
|
app.get('/', (req, res) => {
|
||||||
res.send('Welcome to the homepage!');
|
res.send('Welcome to the homepage');
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user