<?php
use Incoviba\Controller\Ventas\Precios;
$app->group('/precios', function($app) {
$app->get('[/{project_id}[/]]', Precios::class);
});