complete-nodejs-webapi-without-frameworks-yt icon indicating copy to clipboard operation
complete-nodejs-webapi-without-frameworks-yt copied to clipboard

no support for hierarchical url paths

Open gc-6point6 opened this issue 1 year ago • 0 comments
trafficstars

e.g. GET /clients/1

should be defined as a route like '/clients/:id:get'. Currently not possible. Method is matched but '/clients/1' is not matched to '/clients/:id'.

gc-6point6 avatar Jul 12 '24 13:07 gc-6point6