UI
This commit is contained in:
6
ui/resources/routes/web.php
Normal file
6
ui/resources/routes/web.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use ProVM\Money\Common\Controller\Home;
|
||||
|
||||
include_once 'currencies.php';
|
||||
|
||||
$app->get('/', Home::class);
|
Reference in New Issue
Block a user