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