Skip to content

Commit 6402def

Browse files
committed
fix: root key is required
1 parent 403ea27 commit 6402def

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/docs/libraries/ts/nextjs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export const POST = withUnkey(
5050
);
5151
```
5252

53-
That's it! Since this is just handling key verification, there's no need to specify a root key as an environment variable.
54-
5553
If you want to customize how `withUnkey` processes incoming requests, you can do so as follows:
5654

5755
### `getKey`

0 commit comments

Comments
 (0)