I want to add search with email functionality in my symfony api. I have added function in my controller,but not able to set up route for it.
Let me know how I can pass email as a parameter in symfony2 as get request.
I want to add search with email functionality in my symfony api. I have added function in my controller,but not able to set up route for it.
Let me know how I can pass email as a parameter in symfony2 as get request.