Skip to content

Commit

Permalink
fix(docs): fix catch-all route path (#7925)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallon authored Jun 30, 2023
1 parent f779f05 commit a79774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-prisma/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type { Adapter, AdapterAccount } from "@auth/core/adapters"
/**
* ## Setup
*
* 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:
*
* ```js title="pages/api/auth/[...nextauth].js"
* import NextAuth from "next-auth"
Expand Down

1 comment on commit a79774f

@vercel
Copy link

@vercel vercel bot commented on a79774f Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.