a
gitea/sample-test/pipeline/head There was a failure building this commit Details

main
onikolskyy 1 year ago
parent d6d73b505e
commit d7d92f4168

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

Loading…
Cancel
Save