Skip to content
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

Deprecated Express warning in console #13

Open
bdeanindy opened this issue May 11, 2015 · 0 comments
Open

Deprecated Express warning in console #13

bdeanindy opened this issue May 11, 2015 · 0 comments

Comments

@bdeanindy
Copy link

Receiving this warning in the console while running locally:

express deprecated req.param(name): Use req.params, req.body, or req.query instead at lib/web/articles/router.js:27:42

Looks like req.param('fresh'), should be req.params.fresh. I'll submit a quick PR with the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant