Compare commits

...

2 Commits

Author SHA1 Message Date
james d08593c413 Merge branch 'jakubk' into dev 2024-05-20 07:34:46 +02:00
james d2145779c4 test commit 2024-05-20 07:23:09 +02:00
1 changed files with 2 additions and 2 deletions

4
js.js
View File

@ -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)