Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed Apr 24, 2024
1 parent 14793dc commit de9472b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app/app/api/generate/route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { generateMerkleRoot } from '@/app/_server/projects/generate-merkle-root';

export const dynamic = 'force-dynamic';
export const dynamic = 'force-static';

export async function GET(_request: Request) {
const root = await generateMerkleRoot();
Expand Down

0 comments on commit de9472b

Please sign in to comment.