Authored by 陈峰

port

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