API 1.0.0-rc
This commit is contained in:
4
api/resources/routes/base.php
Normal file
4
api/resources/routes/base.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
use Contabilidad\Common\Controller\Base;
|
||||
|
||||
$app->get('/', Base::class);
|
Reference in New Issue
Block a user