Revert presigned endpoint to edge runtime
This commit is contained in:
parent
a23aa57e43
commit
460dc4a419
@ -1,6 +1,8 @@
|
||||
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 } },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user