GET https://dev.ryukoch.com/en

Routing

app_home Matched route

Route Parameters

Name Value
_locale
"en"

Route Matching Logs

Path to match: /en
# Route name Path Log
1 app_login /login/acc2fc510e9512de3147fbd29b008d89 Path does not match
2 app_logout /logout Path does not match
3 api_recipe_info.en /en/api/recipe-info/{id} Path does not match
4 api_recipe_info.de /de/api/recipe-info/{id} Path does not match
5 api_recipe_info.fr /fr/api/recipe-info/{id} Path does not match
6 api_recipe_info.it /it/api/recipe-info/{id} Path does not match
7 api_recipe_info.es /es/api/recipe-info/{id} Path does not match
8 api_add_cooked.en /en/api/cooked Path does not match
9 api_add_cooked.de /de/api/cooked Path does not match
10 api_add_cooked.fr /fr/api/cooked Path does not match
11 api_add_cooked.it /it/api/cooked Path does not match
12 api_add_cooked.es /es/api/cooked Path does not match
13 app_language_selector.en / Path does not match
14 app_home.de /de Path does not match
15 app_home.en /en Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.