9 lines
164 B
PHP
9 lines
164 B
PHP
<?php
|
|
|
|
use Lycoreco\Apps\Index\Controllers;
|
|
use Lycoreco\Includes\Routing\Path;
|
|
|
|
$index_urls = [
|
|
new Path('', new Controllers\HomepageController(), 'home'),
|
|
];
|