mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
fix: oopsies, not default function
This commit is contained in:
parent
c24e9de8f2
commit
2dca0d0a79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { redirect } from "next/navigation";
|
||||
|
||||
export default async function GET() {
|
||||
export async function GET() {
|
||||
return redirect("/home");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue