diff --git a/routes/index.js b/routes/index.js index a2709fc..d443f6b 100644 --- a/routes/index.js +++ b/routes/index.js @@ -1,7 +1,7 @@ -exports.index = function(req, resp){ - resp.redirect('/room') +exports.index = function(req, resp) { + resp.redirect('/room') }; -exports.chat = function(req, resp){ - resp.render('chat.ejs') -}; \ No newline at end of file +exports.chat = function(req, resp) { + resp.render('chat.ejs') +};