Authored by 郭成尧

'union'

... ... @@ -6,4 +6,4 @@ const helpers = global.yoho.helpers;
exports.index = (req, res) => {
return res.redirect(req.query.targetUrl || helpers.urlFormat('/'));
};
\ No newline at end of file
};
... ...