You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising the issue, I don't really have any spare time at the moment, to fix this, but if you want to raise a MR I'm more than happy to review it and help get it in.
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/*
delayedProblem description:
Need to handle delay feature for wildcard path.
Suggested solution:
don't have a suggestion. but please fix it. 🥂
The text was updated successfully, but these errors were encountered: