Skip to content

Instantly share code, notes, and snippets.

@WesTyler
Created November 1, 2017 19:34
Show Gist options
  • Save WesTyler/2ce1e4a786278ae9437c7718aa282aa6 to your computer and use it in GitHub Desktop.
Save WesTyler/2ce1e4a786278ae9437c7718aa282aa6 to your computer and use it in GitHub Desktop.
const register = (server, options, next) => {
// Do your registration stuff
return next();
};
register.attributes = {
name: 'pluginName',
version: '1.0.1'
};
server.register({ register }, () => {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment