This website requires JavaScript.
Explore
Help
Sign In
TypoMustakes
/
Prog4_Beadando
Watch
1
Star
0
Fork
0
You've already forked Prog4_Beadando
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
424820f2023ef6b83b3e988b41a5e2b7e733068d
Prog4_Beadando
/
WD7UVN_SzTGUI_2023242.Client.JS
/
wwwroot
/
script.js
3 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
things
2024-04-22 10:17:39 +02:00
fetch
(
'http://localhost:31272/customer'
)
.
then
(
x
=>
x
.
json
(
)
)
.
then
(
y
=>
console
.
log
(
y
)
)
Reference in New Issue
Copy Permalink