You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
Would it be possible to change the default router object that is being passed into the controller. Maybe an option to override the default when init-ing enrouten?
I noticed here that null is being passed in for the router parameter of registry. And inside registry.js, the router is being instantiated to an express router. Sorry if I misread the code.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to change the default
router
object that is being passed into the controller. Maybe an option to override the default when init-ing enrouten?I noticed here that
null
is being passed in for therouter
parameter ofregistry
. And inside registry.js, the router is being instantiated to an express router. Sorry if I misread the code.Thanks for any help.
The text was updated successfully, but these errors were encountered: