Nexus upgrade design and refresh
This commit is contained in:
6
modules/mining-checker/api/index.php
Normal file
6
modules/mining-checker/api/index.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once dirname(__DIR__) . '/bootstrap.php';
|
||||
|
||||
(new Modules\MiningChecker\Api\Router(dirname(__DIR__)))->handle($_GET['path'] ?? '');
|
||||
Reference in New Issue
Block a user