This commit is contained in:
parent
edff1c9ebd
commit
d7505f59d3
3
fetch.js
3
fetch.js
|
@ -1,4 +1,5 @@
|
|||
const url = "http://localhost/p20/get.php"
|
||||
//const url = "http://localhost/p20/get.php"
|
||||
const url = "http://qstack.pl:8080/z1/get.php"
|
||||
let lista
|
||||
|
||||
fetch(url)
|
||||
|
|
Loading…
Reference in New Issue