fetch(`https://maps.googleapis.com/maps/api/geocode/json?address=${address}&language=ru&key=AIzaSyCWCFGuMaBp_sPY_jVPYIMbArMSEDiSjaA`)
const promises = [directionRes.then((response) => response.json()), cityAddressRes.then((response) => response.json())]
const respones = await Promise.all(promises)
мне показалось, или кто то спалил свой ключ?
Обсуждают сегодня