Skip to content

Commit

Permalink
fix(apps/tron): pricing thing
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Sep 12, 2024
1 parent da14aa1 commit 9179b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/app/(non-evm)/tron/api/pricing/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { getOptions } from '~tron/_common/lib/bitquery/bitquery-options'
import { getTronInUSDT } from '~tron/_common/lib/bitquery/queries/getTronInUSDT'

// revalidate every 2 minutes

export const dynamic = 'force-dynamic'
export const revalidate = 120

export async function GET(): Promise<NextResponse> {
Expand Down

0 comments on commit 9179b35

Please sign in to comment.