Redirecionamento SVELTEKIT
export async function get() {
// Do some magic here... ✨
return {
headers: { Location: '/success' },
status: 302
}
}
aus ogola
export async function get() {
// Do some magic here... ✨
return {
headers: { Location: '/success' },
status: 302
}
}