Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | admin_statistics | /admin/statistics | Path does not match |
3 | api_user_register | /api/register | Path does not match |
4 | api_user_availabilities | /api/availabilities/user/{userId} | Path does not match |
5 | api_search_availabilities | /api/availabilities/search | Path does not match |
6 | api_user_chats | /api/chats/user/{userId} | Path does not match |
7 | api_check_chat | /api/chats/user/{userId}/user/{otherUserId} | Path does not match |
8 | api_post_async_messages | /api/async_chat_messages | Path does not match |
9 | api_contact_form | /contact | Path does not match |
10 | 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.