Files
interblue.pl/app/config/routing.yml
2024-10-25 14:16:28 +02:00

10 lines
315 B
YAML

app:
# The main bundle is PrestaShopCoreBundle which will load other dependencies.
resource: "@PrestaShopBundle/Resources/config/routing.yml"
app_modules:
# Declare routing.yml file in modules/module-name/config folder.
# v1: only YAML format is supported for now.
resource: .
type: module