fix: tools api
This commit is contained in:
commit
c6328095bc
|
@ -45,5 +45,6 @@ async function handle(req: NextRequest) {
|
|||
}
|
||||
|
||||
export const GET = handle;
|
||||
export const POST = handle;
|
||||
|
||||
export const runtime = "nodejs";
|
||||
|
|
Loading…
Reference in New Issue