Skip to content

Commit

Permalink
fix: using edge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Mar 23, 2024
1 parent ddda356 commit 02fb9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/api/ops/[database_id]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import handleUpdateTableDataRequest from "./handle-update-table-data";
import handleSchemaRequest from "./handle-schema";
import { RequestOperationBody } from "@/lib/api/api-request-types";

export const runtime = "edge";

export const POST = withDatabaseOperation<RequestOperationBody>(async function (
props
) {
Expand Down

0 comments on commit 02fb9d7

Please sign in to comment.