a
gitea/sample-test/pipeline/head Something is wrong with the build of this commit Details

main
onikolskyy 1 year ago
parent 7b64137aa2
commit c38ac5e8fd

@ -10,6 +10,10 @@ app.get('/end2', (req, res) => {
res.send('Hello world2!'); res.send('Hello world2!');
}); });
app.get('/end3', (req, res) => {
res.send('Hello world3!');
});
app.listen(port, () => { app.listen(port, () => {
console.log(`Server running at http://localhost:${port}`); console.log(`Server running at http://localhost:${port}`);
}); });

Loading…
Cancel
Save