Skip to content

Commit

Permalink
chore(jsdoc): note different default basePaths (#10239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Mar 14, 2024
1 parent 4a2d511 commit e9a3e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Expand Up @@ -439,7 +439,7 @@ export interface AuthConfig {
/**
* The base path of the Auth.js API endpoints.
*
* @default "/auth"
* @default "/api/auth" in "next-auth"; "/auth" with all other frameworks
*/
basePath?: string
}

0 comments on commit e9a3e8e

Please sign in to comment.