One of the very useful functions in express is res.redirect so that you can easily redirect to a different page. Polka 0.5.0 doesn’t support it out of the box but some digging in GitHub revealed a creative way to do it:
app.use(function(req, res, next) {
Read More
17 Auguscht,
2020