Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js
2024-04-22 10:17:39 +02:00

3 lines
91 B
JavaScript

fetch('http://localhost:31272/customer')
.then(x => x.json())
.then(y => console.log(y))