summaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2014-12-04 23:16:17 -0800
committeryo mama <pepper@scannerjammer.com>2014-12-04 23:16:17 -0800
commite0916ce4ce75ad3d21a492b8739caa468f08f54d (patch)
tree524734739a3dfb44bc73ff6a6b2944b90ad71daa /controllers
first commit
Diffstat (limited to 'controllers')
-rwxr-xr-xcontrollers/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/controllers/index.js b/controllers/index.js
new file mode 100755
index 0000000..71ca5d4
--- /dev/null
+++ b/controllers/index.js
@@ -0,0 +1,4 @@
+var rendering = require('../config/rendering');
+exports.main = function(req, res) {
+ res.json('hello world');
+}