Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js

3 lines
91 B
JavaScript
Raw Normal View History

2024-04-22 10:17:39 +02:00
fetch('http://localhost:31272/customer')
.then(x => x.json())
.then(y => console.log(y))