disable proxy
This commit is contained in:
@ -83,10 +83,10 @@ const go = async () => {
|
||||
|
||||
const resp = await axInstance.get(`${urlBase}?${params.toString()}`, {
|
||||
headers: { "User-Agent": `movana-fleet-management-` + i },
|
||||
proxy: false,
|
||||
})
|
||||
const respData = resp.data || {}
|
||||
if (resp.status === 200) {
|
||||
console.log("SUCCESS respReverseGeo:", track.id)
|
||||
if (respData.features.length < 1) {
|
||||
GpsTracksModels.create2Address({
|
||||
device_id: track.device_id,
|
||||
|
||||
Reference in New Issue
Block a user