diff --git a/docs/3.0.0-beta.x/guides/auth-request.md b/docs/3.0.0-beta.x/guides/auth-request.md index dad2f7da93..73d880b2b7 100644 --- a/docs/3.0.0-beta.x/guides/auth-request.md +++ b/docs/3.0.0-beta.x/guides/auth-request.md @@ -152,7 +152,7 @@ To do so, you will have to request the `/articles` route in **POST**. import axios from 'axios'; const {data} = await axios - .get('http://localhost:1337/articles', { + .post('http://localhost:1337/articles', { data: { title: 'my article' content: 'my super article content'