Compare commits

..

No commits in common. "d08593c4133a1284d3b2fee3a4f0aa6779bb7b3e" and "817002a439a59df6c5660be0662ad47ab4c77369" have entirely different histories.

1 changed files with 2 additions and 2 deletions

4
js.js
View File

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