mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
/chat page redirects back to home
This commit is contained in:
parent
67901f2532
commit
c24e9de8f2
1 changed files with 5 additions and 0 deletions
5
apps/web/app/(dash)/chat/route.ts
Normal file
5
apps/web/app/(dash)/chat/route.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function GET() {
|
||||
return redirect("/home");
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue