https://amb-dev.clubtickets.com/dashboard/

Routing

app_dashboard Matched route

Route Parameters

No parameters.

Route Redirection

This page redirects to:

https://amb-dev.clubtickets.com/login

Route Matching Logs

Path to match: /dashboard/
# Route name Path Log
1 app_dashboard_users /dashboard/users/{page} Path does not match
2 app_dashboard_users_view /dashboard/users/view/{userId} Path does not match
3 app_dashboard_users_ban /dashboard/users/ban/{userId} Path does not match
4 app_dashboard_users_unban /dashboard/users/unban/{userId} Path does not match
5 app_dashboard /dashboard/ Route matches!

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