mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
test
This commit is contained in:
parent
8652405fbd
commit
c45268d895
1 changed files with 7 additions and 0 deletions
7
apps/web/app/api/chat/history/route.ts
Normal file
7
apps/web/app/api/chat/history/route.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { NextRequest } from "next/server";
|
||||
|
||||
export const runtime = "edge";
|
||||
|
||||
export async function GET(req: NextRequest) {
|
||||
return new Response("Hello, World!");
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue