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

6 lines
79 B
JavaScript

'use strict';
exports.render = function(req, res) {
res.render('index');
};