Commit 2d84bb30 authored by dangdoan's avatar dangdoan

[tag]2.17.10.55

parent c5641c78
Pipeline #13085 passed with stages
in 1 minute and 45 seconds
......@@ -2,7 +2,7 @@ var express = require('express');
var app = express();
app.get('/', function (req, res) {
res.send('Hello World');
res.send('Hello World, changed');
})
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