UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

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