5 lines
63 B
PHP
5 lines
63 B
PHP
![]() |
<?php
|
||
|
use App\Controller\Home;
|
||
|
|
||
|
$app->get('[/]', Home::class);
|