mycomments-api/var/cache/dev/url_generating_routes.php

12 lines
1.3 KiB
PHP

<?php
// This file has been auto-generated by the Symfony Routing Component.
return [
'_preview_error' => [['code', '_format'], ['_controller' => 'error_controller::preview', '_format' => 'html'], ['code' => '\\d+'], [['variable', '.', '[^/]++', '_format', true], ['variable', '/', '\\d+', 'code', true], ['text', '/_error']], [], [], []],
'hwi_oauth_service_redirect' => [['service'], ['_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController', 'redirectToServiceAction']], [], [['variable', '/', '[^/]++', 'service', true], ['text', '/connect']], [], [], []],
'hwi_oauth_connect_service' => [['service'], ['_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController', 'connectServiceAction']], [], [['variable', '/', '[^/]++', 'service', true], ['text', '/connect/service']], [], [], []],
'hwi_oauth_connect_registration' => [['key'], ['_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController', 'registrationAction']], [], [['variable', '/', '[^/]++', 'key', true], ['text', '/connect/registration']], [], [], []],
'hwi_oauth_connect' => [[], ['_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\LoginController', 'connectAction']], [], [['text', '/login/']], [], [], []],
];