home/autoph/public_html/projects/api/app/Router.php 0000644 00000002246 15024755334 0016465 0 ustar 00 \App\Handlers\CustomExceptionHandler::class], function () {
// API
// Router::group(['prefix' => '/api', 'middleware' => \App\Middlewares\ApiVerification::class], function () {
// Router::resource('/demo', 'ApiController');
// });
// Load our custom routes
$gfg_folderpath = "../routes/";
\App\Utilities\Utility::includeFiles($gfg_folderpath);
});
// Do initial stuff
parent::start();
}
}