Aaron Trazona

Results 5 comments of Aaron Trazona

It seems an issue to me, based on the documentation they are reading the routes per chunk. If I'm correct. Btw, these kind of routing its working fine on 4.3.4...

the issue on POST method I have 2 routes server.post('/:node/sample', doSample) server.post('/:node', doEverything) i tried to request /user/sample it will route to /:node instead of /:node/sample

nevermind. I figure out the issue. It needs to instantiate the class.