mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +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
Add a link
Reference in a new issue