“const axios = rekten (axios);” Ответ

Импорт Axios

The correct way to import axios copied from the docs is:

const axios = require('axios').default;
Muddy Mongoose

Axios Post

axios.post('https:sample-endpoint.com/user', {
    Name: 'Fred',
    Age: '23'
  })
  .then(function (response) {
    console.log(response);
  })
Kind Kitten

Ответы похожие на “const axios = rekten (axios);”

Вопросы похожие на “const axios = rekten (axios);”

Смотреть популярные ответы по языку

Смотреть другие языки программирования