added useEffect

This commit is contained in:
szabomarton
2025-01-07 12:49:48 +01:00
parent ec6df2d6df
commit 31d0780080
23 changed files with 17712 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST'){
echo '{
"data": "value"
}';
}
?>