Version Laravel Framework 7.21.0
I am having issue to allow double slash in the url.
Success : http://example.com/api/v1/reference
NotFound Exception : http://example.com//api/v1/reference
How do i allow double slash in my url ?
I managed to allow multiple slash in the url in the previous Version of Laravel : 5.8.16