Part-DB.Part-DB-server/config/routes/attributes.yaml

17 lines
369 B
YAML
Raw Permalink Normal View History

2019-02-23 16:49:38 +01:00
controllers:
resource:
path: ../../src/Controller/
namespace: App\Controller
type: attribute
prefix: '{_locale}'
defaults:
_locale: '%kernel.default_locale%'
requirements:
# Match only locales like de_DE or de
_locale: "^[a-z]{2}(_[A-Z]{2})?$"
2020-05-10 15:59:29 +02:00
kernel:
resource: ../../src/Kernel.php
type: attribute