Skip to content

Deprecated Express warning in console #13

@bdeanindy

Description

@bdeanindy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions