Skip to content

Route profile missing when same fn assigned to multiple methods #4

Open
@devoidfury

Description

@devoidfury

Duplication:
Assign the same route function to both get and post.

app.get('/', routes.landing);
app.post('/', routes.landing);

Result:
get route will be profiled, post route will not.

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