明树Git Lab

Commit c3a2ff13 authored by zfp1's avatar zfp1

1

parent b368dd38
Pipeline #111871 passed with stage
in 3 seconds
...@@ -72,6 +72,6 @@ app.use(function (err, req, res, next) { ...@@ -72,6 +72,6 @@ app.use(function (err, req, res, next) {
const server = require('http').createServer(app); const server = require('http').createServer(app);
server.listen(process.env.PORT || 3001, function () { server.listen(process.env.PORT || 3000, function () {
console.log(`****** server is listening : ${process.env.PORT} || 3000`); console.log(`****** server is listening : ${process.env.PORT} || 3000`);
}); });
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