fixed API url
This commit is contained in:
@@ -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));
|
||||||
Reference in New Issue
Block a user