Skip to content

Commit 4d5aa32

Browse files
authored
Fix typo
1 parent 5ed11c5 commit 4d5aa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ curl -X POST -H 'Content-Type: application/json' -i 'http://127.0.0.1:8000/api/a
106106
}
107107
```
108108
109-
### `POST /api/auth/login`: Logout
109+
### `POST /api/auth/logout`: Logout
110110
```bash
111111
curl -X POST -H 'Content-Type: application/json' \
112112
-H 'Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzcyNTc4NzksImV4cCI6MTU3Nzg2MjY3OSwidXNlciI6ImMiLCJsb2dpbl9zZXNzaW9uIjoiYzUxNWE3NTg3NGYzNGVjNGFmNDJmNWE2M2QxMDVjMGYifQ.B9w6FxFdypb5GCRMKXZ9CZWFxQLFjvmPSusMCtcE-Ac' \

0 commit comments

Comments
 (0)