summaryrefslogtreecommitdiff
path: root/routes/home.js
diff options
context:
space:
mode:
Diffstat (limited to 'routes/home.js')
-rw-r--r--routes/home.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/routes/home.js b/routes/home.js
new file mode 100644
index 0000000..98e086b
--- /dev/null
+++ b/routes/home.js
@@ -0,0 +1,8 @@
+"use strict";
+
+function home(req, res)
+{
+ res.render('index');
+};
+
+module.exports = home; \ No newline at end of file