node.js - Is there still a way to go after express forwards a redirect? Or access the page directly?
For example, I have a route app.use ('/login', login) and a login page. Then I res.redirect('/login') in other places, then I have to go Is it going to be accessed through routing or directly accessing the login page? expressframework Thank you!