menambahkan file health.php

This commit is contained in:
2026-06-10 10:10:28 +07:00
parent 9b40f7184e
commit 106cb5885e
+3
View File
@@ -0,0 +1,3 @@
<?php
header('Content-Type: application/json');
echo json_encode(['status' => 'ok', 'php' => phpversion()]);