|
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5 | 5 | xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
|
6 | 6 |
|
7 |
| - <route id="_profiler_home" pattern="/"> |
| 7 | + <route id="_profiler_home" path="/"> |
8 | 8 | <default key="_controller">web_profiler.controller.profiler:homeAction</default>
|
9 | 9 | </route>
|
10 | 10 |
|
11 |
| - <route id="_profiler_search" pattern="/search"> |
| 11 | + <route id="_profiler_search" path="/search"> |
12 | 12 | <default key="_controller">web_profiler.controller.profiler:searchAction</default>
|
13 | 13 | </route>
|
14 | 14 |
|
15 |
| - <route id="_profiler_search_bar" pattern="/search_bar"> |
| 15 | + <route id="_profiler_search_bar" path="/search_bar"> |
16 | 16 | <default key="_controller">web_profiler.controller.profiler:searchBarAction</default>
|
17 | 17 | </route>
|
18 | 18 |
|
19 |
| - <route id="_profiler_purge" pattern="/purge"> |
| 19 | + <route id="_profiler_purge" path="/purge"> |
20 | 20 | <default key="_controller">web_profiler.controller.profiler:purgeAction</default>
|
21 | 21 | </route>
|
22 | 22 |
|
23 |
| - <route id="_profiler_info" pattern="/info/{about}"> |
| 23 | + <route id="_profiler_info" path="/info/{about}"> |
24 | 24 | <default key="_controller">web_profiler.controller.profiler:infoAction</default>
|
25 | 25 | </route>
|
26 | 26 |
|
27 |
| - <route id="_profiler_phpinfo" pattern="/phpinfo"> |
| 27 | + <route id="_profiler_phpinfo" path="/phpinfo"> |
28 | 28 | <default key="_controller">web_profiler.controller.profiler:phpinfoAction</default>
|
29 | 29 | </route>
|
30 | 30 |
|
31 |
| - <route id="_profiler_search_results" pattern="/{token}/search/results"> |
| 31 | + <route id="_profiler_search_results" path="/{token}/search/results"> |
32 | 32 | <default key="_controller">web_profiler.controller.profiler:searchResultsAction</default>
|
33 | 33 | </route>
|
34 | 34 |
|
35 |
| - <route id="_profiler" pattern="/{token}"> |
| 35 | + <route id="_profiler" path="/{token}"> |
36 | 36 | <default key="_controller">web_profiler.controller.profiler:panelAction</default>
|
37 | 37 | </route>
|
38 | 38 |
|
39 |
| - <route id="_profiler_router" pattern="/{token}/router"> |
| 39 | + <route id="_profiler_router" path="/{token}/router"> |
40 | 40 | <default key="_controller">web_profiler.controller.router:panelAction</default>
|
41 | 41 | </route>
|
42 | 42 |
|
43 |
| - <route id="_profiler_exception" pattern="/{token}/exception"> |
| 43 | + <route id="_profiler_exception" path="/{token}/exception"> |
44 | 44 | <default key="_controller">web_profiler.controller.exception:showAction</default>
|
45 | 45 | </route>
|
46 | 46 |
|
47 |
| - <route id="_profiler_exception_css" pattern="/{token}/exception.css"> |
| 47 | + <route id="_profiler_exception_css" path="/{token}/exception.css"> |
48 | 48 | <default key="_controller">web_profiler.controller.exception:cssAction</default>
|
49 | 49 | </route>
|
50 | 50 |
|
|
0 commit comments