From 1a3c90165cb6bac4a2e57d9897d6829de0ccc6fc Mon Sep 17 00:00:00 2001 From: yo mama Date: Sat, 4 Apr 2015 01:13:50 -0700 Subject: first --- routes/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 routes/index.js (limited to 'routes/index.js') diff --git a/routes/index.js b/routes/index.js new file mode 100644 index 0000000..22f27f7 --- /dev/null +++ b/routes/index.js @@ -0,0 +1,9 @@ +/* -*- mode:javascript; coding:utf-8; -*- */ + +exports.chat = function (req, res) { + res.render('chat'); +}; + +exports.index = function (req, res) { + res.render('index') +}; -- cgit v1.2.3-70-g09d2