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

This commit is contained in:
2026-06-25 00:17:31 +02:00
parent 46111d8988
commit ac2d95fc56
140 changed files with 1168 additions and 1984 deletions

View File

@@ -4,6 +4,7 @@ declare(strict_types=1);
require_once dirname(__DIR__, 3) . '/src/App/bootstrap.php';
use App\AppPaths;
use ModulesCore\ModuleHttp;
session_start();
@@ -11,4 +12,4 @@ session_start();
$projectRoot = dirname(__DIR__, 3);
ModuleHttp::requireDesktopAccess($projectRoot, true);
require $projectRoot . '/modules/mining-checker/api/index.php';
require AppPaths::customAppPath($projectRoot, 'mining-checker') . '/api/index.php';