kann deployed werde (zum ersten Mal)
This commit is contained in:
@@ -55,6 +55,7 @@ async function fetchAddressIfValid() {
|
||||
try {
|
||||
const res = await fetch(`/api/address/${value}`);
|
||||
const data = await res.json();
|
||||
console.dir(data)
|
||||
if (!data.error && data.address) {
|
||||
addressInput.value = data.address;
|
||||
// Felder automatisch füllen, wenn props vorhanden
|
||||
|
||||
Reference in New Issue
Block a user