nouveau-theatre-de-besancon/site/config/config.php
2024-07-26 08:46:47 +02:00

8 lines
No EOL
106 B
PHP

<?php
return [
'debug' => true,
'routes' => [
require_once(__DIR__ . '/routes/mapado.php')
]
];