mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-10 23:49:38 +01:00
Fixes accidental local URL commit
This commit is contained in:
parent
0bc0c54e40
commit
2e9bc83307
@ -118,7 +118,7 @@ const Results = (): JSX.Element => {
|
|||||||
jobId: 'get-ip',
|
jobId: 'get-ip',
|
||||||
updateLoadingJobs,
|
updateLoadingJobs,
|
||||||
addressInfo: { address, addressType, expectedAddressTypes: urlTypeOnly },
|
addressInfo: { address, addressType, expectedAddressTypes: urlTypeOnly },
|
||||||
fetchRequest: () => fetch(`http://localhost:8888/.netlify/functions/find-url-ip?address=${address}`)
|
fetchRequest: () => fetch(`/find-url-ip?address=${address}`)
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(res => res.ip),
|
.then(res => res.ip),
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user