chore: lots of changes
This commit is contained in:
7
public/health.php
Normal file
7
public/health.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
||||
$status = ['status' => 'ok'];
|
||||
|
||||
echo json_encode($status);
|
||||
Reference in New Issue
Block a user