mirror of
https://github.com/langgenius/dify.git
synced 2026-09-01 05:33:25 +08:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import { redirect } from '@/next/navigation'
|
|
|
|
export default async function Home() {
|
|
redirect('/apps')
|
|
}
|