Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -11,6 +11,6 @@ app.set('view engine', 'ejs'); | ... | @@ -11,6 +11,6 @@ app.set('view engine', 'ejs'); |
| 11 | 11 | ||
| 12 | app.use(express.static('public')); | 12 | app.use(express.static('public')); |
| 13 | 13 | ||
| 14 | -var server = app.listen(8080, function() { | 14 | +var server = app.listen(9000, function() { |
| 15 | console.log('Success'); | 15 | console.log('Success'); |
| 16 | }); | 16 | }); |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment