2025-06-02 13:34:17 +02:00

9 lines
164 B
PHP

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