Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard_stats_general | /admin/api/stats/general | Path does not match |
| 2 | admin_dashboard_stats_sex_dive | /admin/api/stats/sex-dive | Path does not match |
| 3 | admin_dashboard_stats_truth_or_dare | /admin/api/stats/truth-or-dare | Path does not match |
| 4 | admin_dashboard_stats_odyssey | /admin/api/stats/odyssey | Path does not match |
| 5 | admin_dashboard_stats_sex_cubes | /admin/api/stats/sex-cubes | Path does not match |
| 6 | api_mode_sex_cubes_session_store | /api/mode/sex-cubes/sessions | Path does not match |
| 7 | api_account_events_index | /api/account/events | Path does not match |
| 8 | api_account_events_unread | /api/account/events/unread | Path does not match |
| 9 | api_account_events_mark_read | /api/account/events/mark-read | Path does not match |
| 10 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 11 | app_mode_index | /mode | Path does not match |
| 12 | app_mode_list | /mode/{slug} | Path does not match |
| 13 | app_mode_odyssey_intro | /mode/odyssey/{levelId} | Path does not match |
| 14 | app_mode_odyssey_start | /mode/odyssey/{levelId}/start | Path does not match |
| 15 | app_mode_odyssey_task | /mode/odyssey/task/{sessionId} | Path does not match |
| 16 | app_mode_odyssey_complete | /mode/odyssey/task/{sessionId}/complete | Path does not match |
| 17 | app_mode_odyssey_skip | /mode/odyssey/task/{sessionId}/skip | Path does not match |
| 18 | app_mode_odyssey_finale | /mode/odyssey/{levelId}/finale | Path does not match |
| 19 | app_mode_sex_cubes_game | /mode/sex-cubes | Path does not match |
| 20 | app_mode_truth_or_dare_intro | /mode/truth-or-dare/new | Path does not match |
| 21 | app_mode_truth_or_dare_start | /mode/truth-or-dare/start | Path does not match |
| 22 | app_mode_truth_or_dare_step | /mode/truth-or-dare/play/{sessionId}/{step} | Path does not match |
| 23 | app_mode_truth_or_dare_finale | /mode/truth-or-dare/play/{sessionId}/finale | Path does not match |
| 24 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 25 | _wdt | /_wdt/{token} | Path does not match |
| 26 | _profiler_home | /_profiler/ | Path does not match |
| 27 | _profiler_search | /_profiler/search | Path does not match |
| 28 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 29 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 30 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 31 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 32 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 33 | _profiler_open_file | /_profiler/open | Path does not match |
| 34 | _profiler | /_profiler/{token} | Path does not match |
| 35 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 36 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 37 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 38 | 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.