Routing
public_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | api_admin_users_list | /api/admin/users | Path does not match |
| 17 | admin_test_fcm_page | /admin/test-fcm | Path does not match |
| 18 | api_admin_user_roles | /api/admin/users/{id}/roles | Path does not match |
| 19 | api_admin_user_validate | /api/admin/users/{id}/validate | Path does not match |
| 20 | api_me_change_password | /api/me/password | Path does not match |
| 21 | api_login | /api/login | Path does not match |
| 22 | api_me | /api/me | Path does not match |
| 23 | api_token_refresh | /api/token/refresh | Path does not match |
| 24 | api_register | /api/register | Path does not match |
| 25 | api_me_update | /api/me | Path does not match |
| 26 | dev_chat_page | /dev/chat/{who} | Path does not match |
| 27 | api_device_logout | /api/device/logout | Path does not match |
| 28 | api_device_register | /api/device/register | Path does not match |
| 29 | firebase_config_json | /firebase-config.json | Path does not match |
| 30 | api_faqs_show | /api/faqs/{id} | Path does not match |
| 31 | api_faqs_list | /api/faqs | Path does not match |
| 32 | api_mercure_token | /api/mercure/token | Path does not match |
| 33 | api_conversations_create_by_filiere | /api/conversations/by-filiere | Path does not match |
| 34 | api_conversations_get | /api/conversations/{id} | Path does not match |
| 35 | api_conversations_list | /api/conversations | Path does not match |
| 36 | api_conversations_send_message | /api/conversations/{id}/messages | Path does not match |
| 37 | api_admin_run_fcm_e2e | /api/admin/run-fcm-e2e | Path does not match |
| 38 | api_admin_test_fcm | /api/admin/test-fcm | Path does not match |
| 39 | admin_conversations_list | /admin/conversations | Path does not match |
| 40 | admin_conversations_show | /admin/conversations/{id} | Path does not match |
| 41 | admin_filieres_list | /admin/filieres | Path does not match |
| 42 | admin_filieres_new | /admin/filieres/new | Path does not match |
| 43 | admin_filieres_edit | /admin/filieres/{id} | Path does not match |
| 44 | admin_filieres_delete | /admin/filieres/{id}/delete | Path does not match |
| 45 | admin_home | /admin | Path does not match |
| 46 | admin_login | /admin/login | Path does not match |
| 47 | admin_logout | /admin/logout | Path does not match |
| 48 | admin_users_list | /admin/users | Path does not match |
| 49 | admin_users_new | /admin/users/new | Path does not match |
| 50 | admin_users_edit | /admin/users/{id} | Path does not match |
| 51 | admin_users_show | /admin/users/{id}/show | Path does not match |
| 52 | admin_faq_list | /admin/faq/ | Path does not match |
| 53 | admin_faq_convert | /admin/faq/convert/{conversationId} | Path does not match |
| 54 | admin_faq_edit | /admin/faq/edit/{id} | Path does not match |
| 55 | admin_faq_show | /admin/faq/{id} | Path does not match |
| 56 | admin_faq_delete | /admin/faq/{id}/delete | Path does not match |
| 57 | public_contact | /contact | Path does not match |
| 58 | public_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.