I have a need to have a single function in a controller map to multiple urls differing by only a few characters. url1: npp/v0/membership url2: npp/hcl/v2/membership
- Is there a way to only allow these 2 strings?
- What if I want to allow anything pattern?
Thanks.