Mokku icon indicating copy to clipboard operation
Mokku copied to clipboard

Match end of url with wild card

Open alisman opened this issue 2 years ago • 1 comments

I'm trying to match everything after a certain route like follows:

https://www.example.com/api/(.*)

such that it would match all paths no matter how deep after /api/. This doesn't seem to work. I've tried a lot of different things.

Is there a way to do this?

alisman avatar Dec 16 '22 16:12 alisman