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