A high performance HTTP request router that scales well
BSD 3-Clause "New" or "Revised" License
16.64k
stars
1.47k
forks
source link
Named parameter in the beginning of route is producing an wildcard route conflicts with existing children in path error #332
Open
ericreis opened 3 years ago
I have the two following routes declared in my application:
However, this is producing the following error:
From my understanding, I can't have both a parameter and a static value in the same path position, but I think this shouldn't be an issue.