Skip to content

Wildcard Path doesn't affected by Delay feature #85

@ex-preman

Description

@ex-preman

What you did:

Create a route:
/orders/*
then set the delay to 2000ms.

What happened:

route not delayed when hit with another param beside *
/orders/1 not delayed
image

/orders/900 not delayed
/orders/* delayed
image

Problem description:

Need to handle delay feature for wildcard path.

Suggested solution:

don't have a suggestion. but please fix it. 🥂

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions