aboutsummaryrefslogtreecommitdiff
path: root/src/routes/birthdays/+server.ts
blob: eeea0189212d3b594ecc3ec5b3665cc12caeee85 (plain) (blame)
1
2
export const GET = ({ url }) =>
	Response.redirect(`/tools?tool=birthdays&${url.search.replace('?', '')}`, 302);