Skip to content

Commit 1da44fe

Browse files
authored
Merge main into prod
2 parents 38e6e85 + e96f030 commit 1da44fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/api/allowlist/[address]/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { NextResponse } from 'next/server'
77
import * as v from 'valibot'
88
import { type Address, type Hex, isAddress } from 'viem'
99

10+
export const revalidate = 10
11+
1012
const schema = v.object({
1113
address: v.custom<Address>(
1214
(input) => typeof input === 'string' && isAddress(input),

0 commit comments

Comments
 (0)