chore: deprecation mitigation (fastify)

This commit is contained in:
Isaac 2024-11-16 02:18:05 +00:00
parent 3017c0c458
commit ec601594e6
No known key found for this signature in database
GPG Key ID: 17700D08381EA590

View File

@ -33,6 +33,6 @@ module.exports.get = () => ({
sameSite: 'Lax',
secure: false,
});
return res.redirect(303, redirect);
return res.redirect(redirect, 303);
},
});