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

10 lines
295 B
YAML
Raw Normal View History

2019-02-23 16:49:38 +01:00
#index:
# path: /
# controller: App\Controller\DefaultController::index
# Redirect every url without an locale to the locale of the user/the global base locale
redirector:
path: /{url}
requirements:
url: ".*"
controller: App\Controller\RedirectController:addLocalePart