. */ use SP\Core\Bootstrap\BootstrapApi; const APP_ROOT = __DIR__; const APP_MODULE = 'api'; $dic = require APP_ROOT.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'Base.php'; BootstrapApi::run($dic);