Refactor error handling and logging in API responses
This commit is contained in:
@ -55,7 +55,6 @@ $routes = [
|
||||
'backup' => __DIR__ . '/../handlers/backup.php',
|
||||
'dev' => __DIR__ . '/../handlers/dev.php',
|
||||
'dev/import' => __DIR__ . '/../handlers/dev.php',
|
||||
'health' => __DIR__ . '/../handlers/health.php',
|
||||
'activity-log' => __DIR__ . '/../handlers/activity_log.php',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user