-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieving the express object #2538
Comments
We don't expose the
|
I think the facade fulfill some of requirements. |
Have you considered to use an action to wrap the express middleware using |
Closing as a duplicate of #1293 and #2035.
I think #2035 will provide the right tool for your use case, once it's implemented. Would you like to contribute the implementation yourself? We can help you along the way, please leave a comment in #2035 if you are interested. |
Description / Steps to reproduce / Feature proposal
I want to get the express application object so I can use a custom express middleware using
app.use()
how can I retrieve it inside the application object ?
and how can I set a controller method as the next handler for the middleware ?!
Current Behavior
Expected Behavior
See Reporting Issues for more tips on writing good issues
The text was updated successfully, but these errors were encountered: