12 lines
427 B
YAML
12 lines
427 B
YAML
controllers:
|
|
resource: '../../src/Controller/'
|
|
type: annotation
|
|
# the prefix is only used when i18n are not explicitly defined
|
|
# allowed prefixes are defined by the "kernel.enabled_locales" parameter
|
|
# @see config/packages/framework.yaml
|
|
prefix: /{_locale}
|
|
|
|
# No prefix for the root route :) it handles "/" and redirects
|
|
root:
|
|
resource: '../../src/Controller/AppController.php'
|
|
type: annotation
|