cowboy icon indicating copy to clipboard operation
cowboy copied to clipboard

How to handle double slash in the routes

Open outminder opened this issue 4 years ago • 0 comments

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.

outminder avatar Feb 03 '21 01:02 outminder