group('/api', function () use ($app, $dirRicetteDropBox) { include "./ricette.php"; include "./profile.php"; include "./image.php"; }); $app->group('/backend', function () use ($app) { include "./management.php"; }); //include "./image.php"; $app->run();