This commit is contained in:
xuzhenjun 2023-04-15 01:06:48 +08:00
parent f3d64ab88c
commit ad0206197b

View File

@ -114,3 +114,7 @@ export async function POST(req: NextRequest) {
);
}
}
export const config = {
runtime: "edge",
};