This commit is contained in:
Andrew Pennington 2024-08-16 00:34:52 +01:00
parent a0ca8207bd
commit 28782190b4
No known key found for this signature in database
GPG key ID: E9DA097213FD17EA

View file

@ -1,4 +1,3 @@
import { Response } from 'next/server';
import process from 'process';
async function requestHandler(_request: Request): Response {