()
| 1 | import { redirect } from "@solidjs/router" |
| 2 | |
| 3 | export 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 | } |
nothing calls this directly
no test coverage detected