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
c250204ace8f056f5cf76e994fc4c2c76cf9cdaa
Prog4_Beadando
/
WD7UVN_SzTGUI_2023242.Client.JS
/
wwwroot
/
script.js
3 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fixed API url
2024-04-22 10:37:35 +02:00
fetch
(
'https://localhost:5001/api/Customer'
)
.
then
(
x
=>
x
.
json
(
)
)
.
then
(
y
=>
console
.
log
(
y
)
)
;
Reference in New Issue
Copy Permalink