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