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