Skip to content
Snippets Groups Projects
Commit d7443220 authored by Ariele Luciano Sgheiza's avatar Ariele Luciano Sgheiza
Browse files

update test

parent 36eb87e4
No related branches found
No related tags found
No related merge requests found
Pipeline #20833 failed
const express = require('express')
const app = express()
app.get('/', function (req, res) {
res.send('Ciao a tutti come va!!')
res.send('Funziona!')
})
app.listen(3000, function () {
console.log('Example app listening on port 3000! ')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment