UNPKG

oils-plugin-braziw-cms

Version:

Content and document management system plugin for oils js

12 lines (7 loc) 175 B
module.exports = function(pluginConf, web) { return { get: function(req, res) { res.render(pluginConf.pluginPath + '/views/admin/dashboard.html'); } } }