asdasd
This commit is contained in:
@@ -4,6 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
require_once dirname(__DIR__, 3) . '/src/App/bootstrap.php';
|
||||
|
||||
use App\AppPaths;
|
||||
use App\CronAuth;
|
||||
use ModulesCore\ModuleHttp;
|
||||
|
||||
@@ -31,4 +32,4 @@ if (!(in_array($normalizedPath, $cronPaths, true) && CronAuth::isAuthorizedReque
|
||||
ModuleHttp::requireDesktopAccess($projectRoot, true);
|
||||
}
|
||||
|
||||
require $projectRoot . '/modules/fx-rates/api/index.php';
|
||||
require AppPaths::customAppPath($projectRoot, 'fx-rates') . '/api/index.php';
|
||||
|
||||
Reference in New Issue
Block a user