Skip to content

Commit

Permalink
chore: remove /api/member from edge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokamoto committed Feb 19, 2024
1 parent d84ab53 commit c75f40d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/api/member/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { currentUser } from '@clerk/nextjs';
import { createInsertSchema } from 'drizzle-zod';
import { z } from 'zod';

export const runtime = 'edge';

export async function POST(request: Request) {
const req = await request.json();
const schema = createInsertSchema(memberTable, {
Expand Down

0 comments on commit c75f40d

Please sign in to comment.