9 lines
459 B
PHP
9 lines
459 B
PHP
<?php
|
|
|
|
// This file has been auto-generated by the Symfony Routing Component.
|
|
|
|
return [
|
|
'main' => [[], ['_controller' => 'App\\Controller\\MainController::index'], [], [['text', '/main']], [], []],
|
|
'_preview_error' => [['code', '_format'], ['_controller' => 'error_controller::preview', '_format' => 'html'], ['code' => '\\d+'], [['variable', '.', '[^/]++', '_format', true], ['variable', '/', '\\d+', 'code', true], ['text', '/_error']], [], []],
|
|
];
|