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