mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 09:49:19 +00:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { redirect } from "@solidjs/router"
|
|
|
|
export async function GET() {
|
|
return redirect("https://discord.gg/h5TNnkFVNy")
|
|
}
|