1
I have the following url http://localhost:3000/user/index/1
, would like to get the last parameter. I tried with - var name = window.location.pathname;
put in the file . jade and did not work, but if it is possible to make a redirect with sending parameters as in the .render()
.