matching the wrong url

Issue #117 resolved
Former user created an issue

I have two endpoints:

  1. "/{code}/{enumValueString}" where enumValueString is one of three possible values.
  2. "/{code}/concrete-string".

where {code} is any string

If I write test trying to match "/{code}/concrete-string" its matching "/{code}/{enumValueString}".

Comments (4)

  1. Former user Account Deleted reporter

    Hi James, I realised I was using an old version. I've upgraded to the latest and its matching the correct URL now.

    Thanks, Andrew

  2. Log in to comment