Skip to content

Commit

Permalink
Update system-database.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Dec 30, 2023
1 parent aec38bc commit f9b629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/system/system-database.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
$filename = $args['filename'];
BackupDownloader::downloadBackup($filename);

return SlimUtils::renderSuccessJSON($response);
return $response;
});
})->add(AdminRoleAuthMiddleware::class);

Expand Down

0 comments on commit f9b629c

Please sign in to comment.