mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-10 15:39:39 +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',
|
||||
updateLoadingJobs,
|
||||
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.ip),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user