mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-16 06:14:57 +01: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")
|
|
}
|