UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

17 lines (13 loc) 271 B
exports.register = function (plugin, options, next) { plugin.route({ method: 'GET', path: '/about', handler: function (request, reply) { reply.view('about/index.jsx'); } }); next(); }; exports.register.attributes = { name: 'web/about' };