|
|
@ -75,6 +75,7 @@ const fetchTonSite = async (url: string) => { |
|
|
|
const urlToFetch = `http://${url}/` |
|
|
|
const urlToFetch = `http://${url}/` |
|
|
|
const response = await axios.get(urlToFetch, { |
|
|
|
const response = await axios.get(urlToFetch, { |
|
|
|
proxy: getTonProxy(), |
|
|
|
proxy: getTonProxy(), |
|
|
|
|
|
|
|
timeout: 30000 |
|
|
|
}) |
|
|
|
}) |
|
|
|
if (!response.data) { |
|
|
|
if (!response.data) { |
|
|
|
console.log("Error fetch") |
|
|
|
console.log("Error fetch") |
|
|
|