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

3 lines
104 B
JavaScript

fetch('https://localhost:5001/api/Customer')
.then(x => x.json())
.then(y => console.log(y));