Skip to content

Commit

Permalink
docs: fix typo in external endpoints (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadM1998 authored Jul 13, 2024
1 parent 6695ce3 commit 3b5cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/local/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ auth: {
signIn: { path: '/login', method: 'post' }, // [!code --]
signIn: { path: 'login', method: 'post' }, // [!code ++]
getSession: { path: '/session', method: 'get' }, // [!code --]
getSession: { path: '/session', method: 'get' }, // [!code ++]
getSession: { path: 'session', method: 'get' }, // [!code ++]
}
}
```
Expand Down

0 comments on commit 3b5cc43

Please sign in to comment.