Skip to content

Commit 6f547b7

Browse files
committed
Merge branch 'production' of https://github.com/GoodDollar/GoodWallet into production
2 parents 49a4670 + 6cd9737 commit 6f547b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/api/chains/[family]/fee/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export async function GET(
3434
headers: {
3535
"x-api-key": config.apiKey,
3636
},
37+
next: { revalidate: 60 },
3738
},
3839
)
3940
if (!resp.ok) {

0 commit comments

Comments
 (0)