Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | admin | /admin/moderation | Path does not match |
13 | admin_message_remove | /admin/post/{id}/remove | Path does not match |
14 | admin_message_set_abuse | /admin/post/{id}/set-abuse/{abuse} | Path does not match |
15 | api_conversationapi_conversation_get | /api/conversation/{id} | Path does not match |
16 | api_conversationapi_conversation_get_all | /api/conversation/get/all | Path does not match |
17 | api_conversationapi_conversation_create | /api/conversation/create/{id} | Path does not match |
18 | api_conversationapi_conversation_clear_notifications | /api/conversation/{id}/clear-notifications | Path does not match |
19 | api_messageapi_message_get | /api/message/get | Path does not match |
20 | api_messageapi_message_get_feed | /api/message/get/feed | Path does not match |
21 | api_messageapi_message_get_convo | /api/message/conversation/{id}/get | Path does not match |
22 | api_messageapi_message_new_post | /api/message/new/post | Path does not match |
23 | api_messageapi_message_new_message | /api/message/new/conversation/{id} | Path does not match |
24 | api_messageapi_message_read | /api/message/read/{id} | Path does not match |
25 | api_messageapi_message_abuse | /api/message/abuse | Path does not match |
26 | api_messageapi_conversations_notifications | /api/message/conversation-notifications | Path does not match |
27 | api_tagapi_tag_get_all | /api/tag/getAll | Path does not match |
28 | api_tagapi_tag_new | /api/tag/new | Path does not match |
29 | api_tag_userapi_tag_user_get | /api/tagUser/get | Path does not match |
30 | api_tag_userapi_tag_user_refuse | /api/tagUser/{id}/change_state | Path does not match |
31 | api_tag_userapi_tag_user_get_audience | /api/tagUser/get/audience | Path does not match |
32 | api_userapi_user_info | /api/user/info | Path does not match |
33 | api_userapi_other_user_info | /api/user/info/{id} | Path does not match |
34 | api_userapi_user_new | /api/user/new | Path does not match |
35 | api_userapi_user_mdp | /api/user/mdp | Path does not match |
36 | api_userapi_user_edit | /api/user/edit | Path does not match |
37 | api_userapi_user_remove_image | /api/user/remove_image | Path does not match |
38 | api_userapi_user_mobile | /api/user/addMobile | Path does not match |
39 | api_userapi_user_logout | /api/user/logout | Path does not match |
40 | api_userapi_user_abuse | /api/user/abuse | Path does not match |
41 | api_userapi_user_block | /api/user/block | Path does not match |
42 | api_userapi_user_rgpd | /api/user/rgpduser | Path does not match |
43 | 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.