Add desktop-feedback

This commit is contained in:
Frank
2025-11-06 14:29:11 -05:00
parent cd6072ec58
commit 6791233ca0
2 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
import { redirect } from "@solidjs/router"
export async function GET() {
return redirect("https://discord.gg/h5TNnkFVNy")
}