continuationlabs / hapi-setup

hapi plugin for viewing the server configuration
8 stars 6 forks source link

Fixed issue with connection._registrations #35

Closed ambrons closed 8 years ago

ambrons commented 8 years ago

Previous there was an issue raised here:

TODO: Don't use _registrations and instead use a public API related issue: https://github.com/hapijs/hapi/issues/2777

This was fixed and closed. I was experiencing issues running http://localhost:8888/setup as documented here: https://github.com/continuationlabs/hapi-setup/issues/28

Switched to using connection.registrations and connection.registration.attributes