Version produccion
This commit is contained in:
7
resources/routes/api/uf/value.php
Normal file
7
resources/routes/api/uf/value.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
use Aldarien\Money\Common\Controller\API\UF\Value;
|
||||
|
||||
$app->group('/value', function($app) {
|
||||
$app->get('/{fecha}', [Value::class, 'fecha']);
|
||||
$app->get('[/]', Value::class);
|
||||
});
|
Reference in New Issue
Block a user