On Dec 12, 12:25 am, Enmanuel Rivera wrote:
> Is this a bug? Am I just not interpreting this correctly?
Hi,
This works as intended. Order matters and the first one that matches
is used.
I considered a mechanism to use a more specific route first, but
concluded that the behavior becomes less predictable and thus less
intuitive. This was mostly based on my experience with
werkzeug.routing (Python), which has a priority rank but the result is
not always obvious. I'd love to hear other opinions.
-- rodrigo