mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export async function GET() {
|
|
return redirect("https://www.producthunt.com/posts/supermemory");
|
|
}
|