Skip to content

Commit

Permalink
Fix wrong curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
walerii authored Jun 17, 2024
1 parent 0040d2e commit 0102942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/the-app/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ curl --location '127.0.0.1:5150/api/auth/reset' \
This endpoint is protected by auth middleware.

```sh
curl --location --request GET '127.0.0.1:5150/user/current' \
curl --location --request GET '127.0.0.1:5150/api/user/current' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer TOKEN'
```
Expand Down

0 comments on commit 0102942

Please sign in to comment.