Skip to content

Commit 1d0f587

Browse files
fix(storage): fix storage route so it will build
1 parent e382ae3 commit 1d0f587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/api/internal/storage/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { GetStorageInfo } from "@/actions/files";
44

55
export const runtime = "nodejs";
66

7-
export const revalidate = 3600;
8-
export const dynamic = "force-static";
7+
export const revalidate = 0;
8+
export const dynamic = "force-dynamic";
99

1010
export async function GET() {
1111
try {

0 commit comments

Comments
 (0)