We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f779f05 commit a79774fCopy full SHA for a79774f
packages/adapter-prisma/src/index.ts
@@ -21,7 +21,7 @@ import type { Adapter, AdapterAccount } from "@auth/core/adapters"
21
/**
22
* ## Setup
23
*
24
- * Add this adapter to your `pages/api/[...nextauth].js` next-auth configuration object:
+ * Add this adapter to your `pages/api/auth/[...nextauth].js` next-auth configuration object:
25
26
* ```js title="pages/api/auth/[...nextauth].js"
27
* import NextAuth from "next-auth"
0 commit comments