Compare commits

..

1 Commits

Author SHA1 Message Date
37b8144dbc Add status endpoint 2026-04-06 19:36:42 +00:00

1
public/status.php Normal file
View File

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