asdasd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user