API 1.0.0

This commit is contained in:
2021-03-16 00:46:54 -03:00
parent cd6a949e23
commit 7c7e366473
5 changed files with 209 additions and 33 deletions

View File

@ -2,5 +2,6 @@
use ProVM\Money\Common\Controller\API;
include_once 'currencies.php';
include_once 'values.php';
$app->get('/', API::class);