Skip to content

Commit

Permalink
[WebProfiler] Add default route to access the profiler more easily
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 23, 2012
1 parent 611b241 commit 957bbcb
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -32,4 +32,14 @@
<default key="_controller">WebProfilerBundle:Profiler:panel</default>
</route>

<route id="_profiler_redirect" pattern="/">
<default key="_controller">FrameworkBundle:Redirect:redirect</default>
<default key="route">_profiler_search_results</default>
<default key="token">empty</default>
<default key="ip"></default>
<default key="url"></default>
<default key="method"></default>
<default key="limit">10</default>
</route>

</routes>

0 comments on commit 957bbcb

Please sign in to comment.