최동원
...@@ -86,4 +86,4 @@ app.use(function(err, req, res, next) { ...@@ -86,4 +86,4 @@ app.use(function(err, req, res, next) {
86 res.render('error'); 86 res.render('error');
87 }); 87 });
88 88
89 -module.exports = app; 89 +module.exports = app;
...\ No newline at end of file ...\ No newline at end of file
......