kingkay000 commited on
Commit
d83a9c9
·
verified ·
1 Parent(s): bafa802

Create health.php

Browse files
Files changed (1) hide show
  1. bank-credit-update/health.php +4 -0
bank-credit-update/health.php ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?php
2
+ // Simple heartbeat
3
+ header('Content-Type: application/json');
4
+ echo json_encode(["status" => "alive", "time" => date('Y-m-d H:i:s')]);