3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
fetch('http://localhost:31272/customer')
|
|
.then(x => x.json())
|
|
.then(y => console.log(y)) |