mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-17 16:11:14 +02:00
Fixes accidental local URL commit
This commit is contained in:
@ -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),
|
||||
});
|
||||
|
Reference in New Issue
Block a user