Skip to content

Commit a79774f

Browse files
authored
fix(docs): fix catch-all route path (#7925)
1 parent f779f05 commit a79774f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-prisma/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type { Adapter, AdapterAccount } from "@auth/core/adapters"
2121
/**
2222
* ## Setup
2323
*
24-
* Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object:
24+
* Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object:
2525
*
2626
* ```js title="pages/api/auth/[...nextauth].js"
2727
* import NextAuth from "next-auth"

0 commit comments

Comments
 (0)