things
This commit is contained in:
@@ -1 +1,3 @@
|
||||
|
||||
fetch('http://localhost:31272/customer')
|
||||
.then(x => x.json())
|
||||
.then(y => console.log(y))
|
||||
Reference in New Issue
Block a user
@@ -1 +1,3 @@
|
||||
|
||||
fetch('http://localhost:31272/customer')
|
||||
.then(x => x.json())
|
||||
.then(y => console.log(y))
|
||||