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

main
onikolskyy 1 year ago
parent f0c90c86aa
commit e19bb88fd8

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

Loading…
Cancel
Save