mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
10 lines
No EOL
295 B
YAML
10 lines
No EOL
295 B
YAML
#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 |