Restify Version: 8.6.0
Node.js Version: 16.9.1
Expected behaviour
route params for methods other than GET should work for second part of the path: eg.
/api/:entity/user/password
Actual behaviour
it fails to find the route
Repro case
use the following route and try to hit that route:
/api/:entity/user/password
it will not find the route.
Cause
not certain; was working in v5.2.0
Are you willing and able to fix this?
no. don't have the time.