Remove edge runtime from S3 presigned url endpoint

This commit is contained in:
Sam Becker 2023-11-29 20:16:45 -06:00
parent 48f162c611
commit a23aa57e43

View File

@ -1,8 +1,6 @@
import { auth } from '@/auth';
import { awsS3GetSignedUploadUrl } from '@/services/blob/aws-s3';
export const runtime = 'edge';
export async function GET(
_: Request,
{ params: { key } }: { params: { key: string } },