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

This commit is contained in:
2026-06-21 00:53:21 +02:00
parent dedd235ec2
commit 0d7f0681c2
4 changed files with 52 additions and 53 deletions

View File

@@ -44,7 +44,7 @@ return [
'native_module' => [
'initializer' => 'initMiningCheckerApp',
'options' => [
'apiBase' => '/api/mining-checker/index.php/v1',
'apiBase' => '/api/mining-checker/index.php?path=v1',
'defaultProjectKey' => getenv('MINING_CHECKER_DEFAULT_PROJECT_KEY') ?: 'doge-main',
'activeView' => 'overview',
'sections' => $sections,