Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to use res.render() for a different URL. res.render() is used to render a view template and send the rendered HTML as a response to the current URL. If you want to render a different URL, you need to redirect the request using res.redirect().