Zwischenspeicher

This commit is contained in:
2023-05-03 12:49:56 +02:00
parent 43c2f1e841
commit b9299e2cdf
9 changed files with 26 additions and 31 deletions

21
data/address-data.json Normal file
View File

@ -0,0 +1,21 @@
[{
"id": "0000",
"name": "Holger Hedemann",
"address": "Hortensienweg 14"
},
{
"id": "1111",
"name": "Dieter Hillers",
"address": "Oldenburger Str. 28"
},
{
"id": "2222",
"name": "Hilko Hartmann",
"address": "Oldenburger Str. 28"
},
{
"id": "3333",
"name": "Katja Hedemann",
"address": "Rotenburger Weg 21a"
}
]