good first issue
仓库指标
- Star
- (1,576 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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

/orders/900 not delayed
/orders/* delayed

Problem description:
Need to handle delay feature for wildcard path.
Suggested solution:
don't have a suggestion. but please fix it. 🥂