mirror of
https://github.com/Lissy93/web-check.git
synced 2025-04-30 12:24:27 +02:00
Small path update for find-ip lambda function
This commit is contained in:
parent
dea1c9c41e
commit
1ea66b27d7
@ -189,7 +189,7 @@ const Results = (): JSX.Element => {
|
||||
jobId: 'get-ip',
|
||||
updateLoadingJobs,
|
||||
addressInfo: { address, addressType, expectedAddressTypes: urlTypeOnly },
|
||||
fetchRequest: () => fetch(`/find-url-ip?address=${address}`)
|
||||
fetchRequest: () => fetch(`/find-url-ip?url=${address}`)
|
||||
.then(res => parseJson(res))
|
||||
.then(res => res.ip),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user