UI
This commit is contained in:
5
ui/resources/routes/currencies.php
Normal file
5
ui/resources/routes/currencies.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
use ProVM\Money\Common\Controller\Currencies;
|
||||
|
||||
$app->get('/currencies', Currencies::class);
|
||||
$app->get('/currency/{currency_id}', [Currencies::class, 'show']);
|
Reference in New Issue
Block a user