Ouzo\Bootstrap::includeRoutes PHP Method

includeRoutes() private method

private includeRoutes ( ) : void
return void
    private function includeRoutes()
    {
        $routesPath = Path::join(ROOT_PATH, 'config', 'routes.php');
        Files::loadIfExists($routesPath);
    }