Changed way to connect to api

This commit is contained in:
2022-11-30 10:40:36 -03:00
parent f8500e061c
commit a5d97729dc
12 changed files with 129 additions and 43 deletions

View File

@ -1,4 +1,4 @@
<?php
use ProVM\Common\Controller\Home;
$app->get('[/]', Home::class);
$app->get('[/]', Home::class);