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