2024-07-12 22:56:04 +00:00
|
|
|
controllers:
|
|
|
|
resource:
|
|
|
|
path: ../backend/
|
|
|
|
namespace: App
|
|
|
|
type: attribute
|
|
|
|
|
|
|
|
presta_sitemap:
|
|
|
|
resource: "@PrestaSitemapBundle/config/routing.yml"
|
2024-07-14 14:26:52 +00:00
|
|
|
|
|
|
|
when@dev:
|
|
|
|
test_style:
|
|
|
|
path: /test/styles
|
|
|
|
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
|
|
|
|
defaults:
|
|
|
|
template: 'test/styles.html.twig'
|