5 lines
90 B
PHP
5 lines
90 B
PHP
<?php
|
|
use Contabilidad\Common\Controller\Cuentas;
|
|
|
|
$app->get('/cuentas', Cuentas::class);
|