Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/administration/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | sylius_backend_todo_my_overview | /administration/todo/my/overview/{activeTab}/{year} | Path does not match |
| 2 | sylius_backend_todo_my_overview_reload | /administration/todo/my/overview/reload/{activeTab}/{year} | Path does not match |
| 3 | sylius_backend_todo_load_completed | /administration/todo/my/completed | Path does not match |
| 4 | sylius_backend_todo_load_assigned | /administration/todo/my/assigned | Path does not match |
| 5 | sylius_backend_todo_create | /administration/todo/create | Path does not match |
| 6 | sylius_backend_todo_detail | /administration/todo/{id} | Path does not match |
| 7 | sylius_backend_todo_updateDueAtAction | /administration/todo/{id}/dueAt | Path does not match |
| 8 | sylius_backend_todo_createCommentAction | /administration/todo/{id}/comment | Path does not match |
| 9 | sylius_backend_todo_updateStatusAction | /administration/todo/{id}/{status} | Path does not match |
| 10 | sylius_backend_todo_updateUserAction | /administration/todo/{id}/user | Path does not match |
| 11 | sylius_backend_todo_myTodoCountAction | /administration/todo/my/count | Path does not match |
| 12 | sylius_backend_todo_comlete | /administration/todo/{id}/complete | Path does not match |
| 13 | sylius_backend_todo_public | /administration/todo/{id} | Path does not match |
| 14 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 15 | overblog_graphql_batch_endpoint | /batch | Path does not match |
| 16 | overblog_graphql_multiple_endpoint | /graphql/{schemaName} | Path does not match |
| 17 | overblog_graphql_batch_multiple_endpoint | /graphql/{schemaName}/batch | Path does not match |
| 18 | PrestaSitemapBundle_index | /sitemap.{_format} | Path does not match |
| 19 | PrestaSitemapBundle_section | /sitemap.{name}.{_format} | Path does not match |
| 20 | health | /health | Path does not match |
| 21 | ping | /ping | Path does not match |
| 22 | _wdt | /_wdt/{token} | Path does not match |
| 23 | _profiler_home | /_profiler/ | Path does not match |
| 24 | _profiler_search | /_profiler/search | Path does not match |
| 25 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 26 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 27 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 28 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 29 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 30 | _profiler_open_file | /_profiler/open | Path does not match |
| 31 | _profiler | /_profiler/{token} | Path does not match |
| 32 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 33 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 34 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 35 | sylius_backend_controlling_dashboard | /administration/controlling/dashboard | Path does not match |
| 36 | sylius_backend_customer_contact | /administration/offer/customer/{customer}/contacts | Path does not match |
| 37 | sylius_backend_customer_fix | /administration/offer/customer/fix | Path does not match |
| 38 | sylius_backend_customer_index | /administration/customer/ | Path does not match |
| 39 | sylius_backend_customer_detail_section | /administration/customer/{customer}/section/{section} | Path does not match |
| 40 | sylius_backend_customer_contact_create | /administration/customer/{customer}/contact | Path does not match |
| 41 | sylius_backend_customer_contact_update | /administration/customer/{customer}/contact/{contactId} | Path does not match |
| 42 | sylius_backend_customer_detail | /administration/customer/{customer} | Path does not match |
| 43 | sylius_backend_customer_update_field | /administration/customer/{customer} | Path does not match |
| 44 | sylius_backend_group_index | /administration/groups/ | Path does not match |
| 45 | sylius_backend_group_create | /administration/groups/new | Path does not match |
| 46 | sylius_backend_group_update | /administration/groups/{group}/edit | Path does not match |
| 47 | sylius_backend_group_delete | /administration/groups/{group}/delete | Path does not match |
| 48 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.