pnxtech / hydra-express

A module which wraps Hydra and ExpressJS into a library for building distributed applications - such as microservices
MIT License
184 stars 37 forks source link

allow registerRoutesCallback to return a promise #97

Closed emadum closed 6 years ago

emadum commented 7 years ago

Wait for registerRoutesCallback to resolve if it returns a promise before the wildcard route handler and post-middleware init.