Hi,
I'm using the restify 8.4.0 version, Suddenly I encounter an issue regarding routes.
I have these routes.
/user/update
/user/home
/:node/graph
when I requested /user/update or /user/home its working properly but when I requested /user/graph the server can't found this route.
the server should found this route since /:node/graph -- whatever we supply on "node" param its should be working.
This sample routes its working on 4.3.4 version.
Thanks
Hi,
I'm using the restify 8.4.0 version, Suddenly I encounter an issue regarding routes.
I have these routes.
/user/update
/user/home
/:node/graph
when I requested /user/update or /user/home its working properly but when I requested /user/graph the server can't found this route.
the server should found this route since /:node/graph -- whatever we supply on "node" param its should be working.
This sample routes its working on 4.3.4 version.
Thanks