init
This commit is contained in:
commit
741e1c403a
102 changed files with 70058 additions and 0 deletions
14
app/config/routing_dev.yml
Normal file
14
app/config/routing_dev.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
_wdt:
|
||||
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
|
||||
prefix: /_wdt
|
||||
|
||||
_profiler:
|
||||
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
|
||||
prefix: /_profiler
|
||||
|
||||
_configurator:
|
||||
resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
|
||||
prefix: /_configurator
|
||||
|
||||
_main:
|
||||
resource: routing.yml
|
Reference in a new issue