Skip to content

string path as first argument in filter isn't enough #6

Description

@wafcio

We can create the same path in different HTTP request type. For example:

GET /posts/:id
PUT /posts/:id

when we add before('/posts/:id') { ... } before filter will be work for both routes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions