Sails JS not able to get Path params as object and not able to modify it

82 Views Asked by At

I have created the middleware, where i am able to modify request.body and request.query as I am getting it as object but I am not able to get path params as object because in sails request.params gives array type with values in URL format instead of object.

Also I am not able to modify the request.param in mddleware.

0

There are 0 best solutions below