fix: tools api

This commit is contained in:
Hk-Gosuto 2023-07-06 13:12:25 +08:00
commit c6328095bc
1 changed files with 1 additions and 0 deletions

View File

@ -45,5 +45,6 @@ async function handle(req: NextRequest) {
}
export const GET = handle;
export const POST = handle;
export const runtime = "nodejs";