firstandthird / hapi-method-loader

Hapi method loader
MIT License
0 stars 1 forks source link

support for loading via require #7

Open jgallen23 opened 8 years ago

jgallen23 commented 8 years ago

var methodLoader = require('hapi-method-loader');

methodLoader(server, {
  //config
}, function(err) {
});
jgallen23 commented 8 years ago

any update on this?