Hello,
I have a route in my application, something like 'items route': function() {....}
Now I want to add some filtering capabilities to control using extra route params and still allow the route above to process requests.
Is it possible to add some "not required" params to route?
Thank you.
I have a route in my application, something like 'items route': function() {....}
Now I want to add some filtering capabilities to control using extra route params and still allow the route above to process requests.
Is it possible to add some "not required" params to route?
Thank you.