lets test perm redirect

isekai-main
Barış Soner Uşaklı 1 year ago
parent 556a1c4891
commit b7920b7ad9

@ -26,7 +26,7 @@ postsController.redirectToPost = async function (req, res, next) {
}
const qs = querystring.stringify(req.query);
helpers.redirect(res, qs ? `${path}?${qs}` : path);
helpers.redirect(res, qs ? `${path}?${qs}` : path, true);
};
postsController.getRecentPosts = async function (req, res) {

Loading…
Cancel
Save