fix(docs): fix catch-all route path (#7925)

This commit is contained in:
Gwenaël Gallon
2023-07-01 01:36:23 +02:00
committed by GitHub
parent f779f05906
commit a79774f6e8

View File

@@ -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"