docs: fix
This commit is contained in:
parent
42b440be0c
commit
03522471a1
1 changed files with 5 additions and 0 deletions
5
cloud/app/src/routes/discord.ts
Normal file
5
cloud/app/src/routes/discord.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { redirect } from "@solidjs/router"
|
||||
|
||||
export async function GET() {
|
||||
return redirect("https://discord.gg/opencode")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue