improved debugging + health endpoint
This commit is contained in:
@ -50,6 +50,7 @@ $routes = [
|
||||
'backup' => __DIR__ . '/../handlers/backup.php',
|
||||
'dev' => __DIR__ . '/../handlers/dev.php',
|
||||
'dev/import' => __DIR__ . '/../handlers/dev.php',
|
||||
'health' => __DIR__ . '/../handlers/health.php',
|
||||
];
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user