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