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

6 lines
79 B
JavaScript
Raw Normal View History

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