Add status endpoint

This commit is contained in:
pentestaudit2026 2026-04-06 19:36:42 +00:00
parent 44adffb713
commit 37b8144dbc

1
public/status.php Normal file
View File

@ -0,0 +1 @@
<?php echo "health:ok"; ?>