nouveau-theatre-de-besancon/site/config/config.php

8 lines
106 B
PHP
Raw Normal View History

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