Part-DB.Part-DB-server/config/routes/annotations.yaml
Jan Böhmer 9b09d88b7b Specify controller path as path relative to src/.
This fixes a deprecation introduced in symfony 4.4.
2019-11-23 17:15:14 +01:00

8 lines
191 B
YAML

controllers:
resource: Controller/
type: annotation
prefix: '{_locale}'
requirements:
# Match only locales like de_DE or de
_locale: "^[a-z]{2}(_[A-Z]{2})?$"