Skip to content

Commit

Permalink
Merge pull request #617 from walerii/patch-1
Browse files Browse the repository at this point in the history
Fix wrong curl command
  • Loading branch information
jondot authored Jun 18, 2024
2 parents 0040d2e + 0102942 commit a2c57ce
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 a2c57ce

Please sign in to comment.