양신희

app.js 수정

......@@ -11,6 +11,6 @@ app.set('view engine', 'ejs');
app.use(express.static('public'));
var server = app.listen(8080, function() {
var server = app.listen(9000, function() {
console.log('Success');
});
\ No newline at end of file
......