cowboy
cowboy copied to clipboard
How to handle double slash in the routes
One of the request is sending double slash in the API like this api/v1//test. I added the route for the same, but when I make a request using curl for the same API, Cowboy says 404 not found. Is there a way I can handle double slash in the routes? Any help would be highly appreciated.