home/autoph/public_html/projects/api/app/Router.php000064400000002246150247553340016465 0ustar00 \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(); } }