明树Git Lab

Commit 81e4bce3 authored by zfp1's avatar zfp1

update

parent e8a5c0f3
Pipeline #111752 passed with stage
in 3 seconds
......@@ -72,6 +72,6 @@ app.use(function (err, req, res, next) {
const server = require('http').createServer(app);
server.listen(process.env.PORT || 3009, function () {
server.listen(process.env.PORT || 3000, function () {
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