Merge branch 'jakubk' into dev

This commit is contained in:
james 2024-05-20 07:34:46 +02:00
commit d08593c413
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)