summaryrefslogtreecommitdiff
path: root/controllers/index.js
blob: 71ca5d45cd5b1e161c0ded8700b73c9ce09ef1e2 (plain)
1
2
3
4
var rendering = require('../config/rendering');
exports.main = function(req, res) {
    res.json('hello world');
}