<meta itemprop="openingHours" content="Mo-Fr 10:00-21:00">Пн-Пт 10:00-21:00
Увы, я не могу найти тот мануал
В контекстном меню на папке нет такого пунткта.
const response = axios.post("https://translate.api.cloud.yandex.net/translate/v2/translate",
// Это что за новый синтаксис такой?
json = JSON.stringify(body),
headers = headers
)
const response = axios.post("https://translate.api.cloud.yandex.net/translate/v2/translate", {
body: JSON.stringify(body), // В необходимости JSON.stringify тоже не уверен
headers: headers
})