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

12 lines
221 B
PHP
Raw Normal View History

<?php
return [
'debug' => true,
2024-07-29 18:41:34 +02:00
'panel' => [
'css' => 'assets/css/panel.css'
],
'routes' => [
2024-07-29 08:57:35 +02:00
require_once(__DIR__ . '/routes/mapado-api.php'),
require_once(__DIR__ . '/routes/month-dates.php')
]
];