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