1 2 3 4 5 6 7
export const GET = ({ url }) => Response.redirect( `https://due.moe/tools?tool=birthdays${ url.search.length > 0 ? url.search.replace('?', '') : '' }`, 302 );