mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 23:04:55 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import { redirect } from "@solidjs/router"
|
|
|
|
export async function GET() {
|
|
return redirect("https://discord.gg/opencode")
|
|
}
|