Files
operadores/api/resources/routes/99_base.php

5 lines
75 B
PHP
Raw Normal View History

2021-08-10 15:48:33 -04:00
<?php
use Incoviba\Common\Controller\Base;
$app->get('[/]', Base::class);