diff --git a/js.js b/js.js index 62d2912..137afa9 100644 --- a/js.js +++ b/js.js @@ -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)