-
Notifications
You must be signed in to change notification settings - Fork 310
How to parse url for getting params in a Rendr server middleware ? #351
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
Comments
I don't understand the question. |
I have a Rendr middleware which load data for my application but I want to parse the parameters of the request for having the params array like in controllers.
|
the middleware runs before the router, so I don't think this is possible. We accomplish something very similar to this by adding the data to this.app in |
No description provided.
The text was updated successfully, but these errors were encountered: