initial commit
This commit is contained in:
7
src/module/Application/config/routes.config.php
Executable file
7
src/module/Application/config/routes.config.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$config = array();
|
||||
foreach (glob(__DIR__ . '/routes/routes.*.php') as $filename) {
|
||||
$config = array_merge_recursive($config, include($filename));
|
||||
}
|
||||
return $config;
|
||||
Reference in New Issue
Block a user