fixed API url

This commit is contained in:
2024-04-22 10:37:35 +02:00
parent 424820f202
commit c250204ace

View File

@@ -1,3 +1,3 @@
fetch('http://localhost:31272/customer') fetch('https://localhost:5001/api/Customer')
.then(x => x.json()) .then(x => x.json())
.then(y => console.log(y)) .then(y => console.log(y));