7 lines
108 B
PHP
7 lines
108 B
PHP
|
<?php
|
||
|
use ProVM\Money\Common\Controller\Home;
|
||
|
|
||
|
include_once 'currencies.php';
|
||
|
|
||
|
$app->get('/', Home::class);
|