Commit 54090c73 by v_vjyjiang

d

parent 9dcefe40
...@@ -7,4 +7,6 @@ var server = http.createServer(app); ...@@ -7,4 +7,6 @@ var server = http.createServer(app);
app.post("/upline", function (req, res, next) { app.post("/upline", function (req, res, next) {
console.log(req.body, "...........................") console.log(req.body, "...........................")
}) })
server.listen(31199); server.listen(31199, function () {
\ No newline at end of file console.log('Express server listening .....');
});
\ No newline at end of file
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