fix: remove edge config from api route

This commit is contained in:
Henry
2023-10-27 22:18:52 +01:00
parent fee58a9bd0
commit 305b5f5ab4

View File

@@ -23,6 +23,6 @@ const handler = (req: NextRequest) =>
export { handler as GET, handler as POST };
export const runtime = "edge";
export const preferredRegion = 'lhr1';
export const dynamic = 'force-dynamic'
// export const runtime = "edge";
// export const preferredRegion = 'lhr1';
// export const dynamic = 'force-dynamic'