Commit 384ea75e authored by cicd's avatar cicd

[tag]dev

parent 2f4660c1
Pipeline #13704 passed with stages
in 1 minute and 55 seconds
......@@ -3,6 +3,7 @@ var app = express();
app.get('/', function (req, res) {
res.send('Hello World, changed');
console.log(new Date())
})
var server = app.listen(8081, function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment