Mokku
Mokku copied to clipboard
Match end of url with wild card
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?