@ -1,6 +1,6 @@
const url = "http://localhost/pk/"
const url = "http://localhost/P20.05"
fetch( url + 'get.php')
fetch('get.php')
.then(response => response.json())
.then( data => {
console.log(data)