Routing
default
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 3 | api_doc | /api/docs.{_format} | Path does not match |
| 4 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 5 | api_articles_get_collection | /api/articles | Path does not match |
| 6 | api_articles_update-articles_collection | /api/update/articles | Path does not match |
| 7 | api_articles_get_item | /api/articles/{id}.{_format} | Path does not match |
| 8 | api_articles_delete_item | /api/articles/{id}.{_format} | Path does not match |
| 9 | api_articles_put_item | /api/articles/{id}.{_format} | Path does not match |
| 10 | api_articles_patch_item | /api/articles/{id}.{_format} | Path does not match |
| 11 | api_tags_get_collection | /api/tags.{_format} | Path does not match |
| 12 | api_tags_post_collection | /api/tags.{_format} | Path does not match |
| 13 | api_tags_get_item | /api/tags/{id}.{_format} | Path does not match |
| 14 | api_tags_delete_item | /api/tags/{id}.{_format} | Path does not match |
| 15 | api_tags_put_item | /api/tags/{id}.{_format} | Path does not match |
| 16 | api_tags_patch_item | /api/tags/{id}.{_format} | Path does not match |
| 17 | api_users_logged_in_collection | /api/user/me | Path does not match |
| 18 | api_users_authenticate_collection | /api/authenticate | Path does not match |
| 19 | api_users_get_collection | /api/users | Path does not match |
| 20 | api_users_get_item | /api/users/{id}.{_format} | Path does not match |
| 21 | api_users_delete_item | /api/users/{id}.{_format} | Path does not match |
| 22 | api_users_put_item | /api/users/{id}.{_format} | Path does not match |
| 23 | api_users_patch_item | /api/users/{id}.{_format} | Path does not match |
| 24 | api_connectors_get_collection | /api/connector | Path does not match |
| 25 | api_connectors_connector_list_collection | /api/connector/list | Path does not match |
| 26 | api_connectors_connection_collection | /api/connection | Path does not match |
| 27 | api_connectors_get_item | /api/connector/{id} | Path does not match |
| 28 | api_f_a_qs_get_collection | /api/FAQ | Path does not match |
| 29 | api_f_a_qs_post_collection | /api/FAQ | Path does not match |
| 30 | api_f_a_qs_get_item | /api/FAQ/{id} | Path does not match |
| 31 | api_f_a_qs_put_item | /api/FAQ/{id} | Path does not match |
| 32 | api_f_a_qs_delete_item | /api/FAQ/{id} | Path does not match |
| 33 | api_news_letter_subscribes_get_collection | /api/subscribe | Path does not match |
| 34 | api_news_letter_subscribes_subscribe_form_collection | /api/subscribe | Path does not match |
| 35 | api_news_letter_subscribes_get_item | /api/subscribe/{id} | Path does not match |
| 36 | api_requests_get_collection | /api/request | Path does not match |
| 37 | api_requests_update-quote_collection | /api/request | Path does not match |
| 38 | api_requests_get_item | /api/request/{id} | Path does not match |
| 39 | api_request_quotes_get_collection | /api/request_quotes | Path does not match |
| 40 | api_request_quotes_update-quote_collection | /api/update/request_quote | Path does not match |
| 41 | api_request_quotes_get_item | /api/request_quotes/{id} | Path does not match |
| 42 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 43 | _wdt | /_wdt/{token} | Path does not match |
| 44 | _profiler_home | /_profiler/ | Path does not match |
| 45 | _profiler_search | /_profiler/search | Path does not match |
| 46 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 47 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 48 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 49 | _profiler_open_file | /_profiler/open | Path does not match |
| 50 | _profiler | /_profiler/{token} | Path does not match |
| 51 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 52 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 53 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 54 | admin_login | /admin/login | Path does not match |
| 55 | admin_logout | /admin/logout | Path does not match |
| 56 | admin_default | /admin | Path does not match |
| 57 | admin_react_match | /admin/{url} | Path does not match |
| 58 | admin_react_match_param | /admin/{url}/{param} | Path does not match |
| 59 | admin_react_match_param_param | /admin/{url}/{location}/{params} | Path does not match |
| 60 | admin_react_match_param_param_param | /admin/{url}/{location}/{params}/{param} | Path does not match |
| 61 | admin_react_match_param_param_param_param | /admin/{url}/{location}/{params}/{param}/{para} | Path does not match |
| 62 | admin_react_match_param_param_param_param_param | /admin/{url}/{location}/{params}/{param}/{para}/{pa} | Path does not match |
| 63 | admin_callback | /callback | Path does not match |
| 64 | default | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.