bluejoyq

edit port

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