33763-dev/healthz.php
2025-08-31 09:55:15 +00:00

5 lines
78 B
PHP

<?php
header('Content-Type: text/plain');
http_response_code(200);
echo "ok";