We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075ade6 commit 0f3ee17Copy full SHA for 0f3ee17
src/app/api/dispute/[id]/status/route.ts
@@ -1,3 +1,5 @@
1
+export const dynamic = "force-dynamic";
2
+
3
import { NextRequest, NextResponse } from "next/server";
4
5
import { fetchStatus } from "./query";
src/app/api/dispute/[id]/template/route.ts
import { getDispute } from "@kleros/kleros-sdk";
src/app/api/dispute/[id]/votes/route.ts
import { fetchVotes } from "./query";
0 commit comments