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