Is your feature request related to a problem? Please describe.
I'm not sure if it's a problem, but what happens is that I want to remove the route names that indicate the action, so this:
I wanna to pass to something like this:
but when I try to do it, this happens:
Describe the solution you'd like
Since this breaks a bit with what I wanted, and it seems strange to me that when I put an empty string in the endpoint_names argument, an extra slash appears at the end. According to me, one of two things should happen: the first is that it remains as it is by default, or the second, which is what I want, is to remove the extra slash.
Describe alternatives you've considered
Regarding solutions, the truth is that it would be to adapt that part. I was considering making a pull request, but it requires first reading the code and, honestly, I'm not sure if I'm at that point yet, but I will try and leave an update soon in any case wheter or not to make a pull request
Is your feature request related to a problem? Please describe.
I'm not sure if it's a problem, but what happens is that I want to remove the route names that indicate the action, so this:
I wanna to pass to something like this:
but when I try to do it, this happens:
Describe the solution you'd like
Since this breaks a bit with what I wanted, and it seems strange to me that when I put an empty string in the endpoint_names argument, an extra slash appears at the end. According to me, one of two things should happen: the first is that it remains as it is by default, or the second, which is what I want, is to remove the extra slash.
Describe alternatives you've considered
Regarding solutions, the truth is that it would be to adapt that part. I was considering making a pull request, but it requires first reading the code and, honestly, I'm not sure if I'm at that point yet, but I will try and leave an update soon in any case wheter or not to make a pull request