Authored by 陈峰

port

Showing 1 changed file with 1 additions and 1 deletions
@@ -23,6 +23,6 @@ app.use((err, req, res) => { @@ -23,6 +23,6 @@ app.use((err, req, res) => {
23 res.send(); 23 res.send();
24 }); 24 });
25 25
26 -app.listen(6003, () => { 26 +app.listen(config.port, () => {
27 logger.info(`yoho apm start at ${config.port}`); 27 logger.info(`yoho apm start at ${config.port}`);
28 }); 28 });