asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-30 02:39:50 +02:00
parent 9c9ec477d0
commit 0c5c89acfa
11 changed files with 961 additions and 65 deletions

View File

@@ -174,6 +174,7 @@ if (preg_match('~^api/fx-rates(?:/(.*))?$~', $uriPath, $apiMatches)) {
require_once $projectRoot . '/modules/fx-rates/bootstrap.php';
app()->modules()->runDueIntervalTasks('fx-rates');
app()->modules()->runDueCronTasks('fx-rates');
try {
$service = module_fn('fx-rates', 'service');
@@ -261,6 +262,7 @@ if (str_starts_with($uriPath, 'modules/install')) {
}
if ($modulePage) {
app()->modules()->runDueIntervalTasks($module);
app()->modules()->runDueCronTasks($module);
$target = $modulePage;
} else {
http_response_code(404);