insight-ui-zcash/app/controllers/index.js

6 lines
81 B
JavaScript
Raw Normal View History

2014-01-06 08:33:58 -08:00
'use strict';
exports.render = function(req, res) {
res.render('index');
};