bluejoyq

edit port

Showing 1 changed file with 1 additions and 1 deletions
......@@ -15,6 +15,6 @@ app.use((req, res, next)=>{
});
app.use( '/api', require('./api') );
app.listen(3000, ( ) => {
app.listen(80, ( ) => {
console.log('Server On!');
});
\ No newline at end of file
......