1 2 3 4 5
import { redirect } from "@solidjs/router" export async function GET() { return redirect("https://discord.gg/h5TNnkFVNy") }