Donghoon Kim

Clean Project

Showing 1 changed file with 1 additions and 1 deletions
......@@ -17,4 +17,4 @@ app.use(express.static(path.join(__dirname, 'public')));
app.use('/', indexRouter);
app.use('/users', usersRouter);
module.exports = app;
\ No newline at end of file
var server = app.listen(3000);
......