diff --git a/docs-site/content/docs/the-app/authentication.md b/docs-site/content/docs/the-app/authentication.md index 610af2829..4f3c51cf9 100644 --- a/docs-site/content/docs/the-app/authentication.md +++ b/docs-site/content/docs/the-app/authentication.md @@ -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' ```