MCPcopy Create free account
hub / github.com/anomalyco/opencode / GET

Function GET

packages/console/app/src/routes/feishu.ts:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { redirect } from "@solidjs/router"
2
3export async function GET() {
4 return redirect(
5 "https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=738j8655-cd59-4633-a30a-1124e0096789&qr_code=true",
6 )
7}

Callers

nothing calls this directly

Calls 1

redirectFunction · 0.85

Tested by

no test coverage detected