This commit is contained in:
Saahil dutta 2024-06-11 22:37:31 -04:00
parent 4f3d91762b
commit 6e2a3cd870
Signed by: neon
GPG key ID: 8A8B64515254CFC6
30 changed files with 2525 additions and 1530 deletions

4
public/php/index.php Normal file
View file

@ -0,0 +1,4 @@
<?php
header('Content-Type: application/json');
echo json_encode(['status' => 200]);
?>