Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Move route version into its own plugin. #61

Closed
wants to merge 3 commits into from

Conversation

osukaa
Copy link

@osukaa osukaa commented Mar 22, 2015

Closes #43

return reply({ version: Package.version });
}
}
Hoek.assert(!err,err);
});

server.start(function (err) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should start your server after the plugins have been registered. it needs to be placed in the server.register callback.

@hueniverse hueniverse added this to the 0.0.2 milestone Mar 23, 2015
@hueniverse hueniverse closed this Mar 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert to a plugin
4 participants