Routing
react
Matched route
Route Parameters
| Name | Value |
|---|---|
| reactRouting | "/blog/" |
Route Matching Logs
Path to match:
//blog/
| # | 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_abstract_announcements_all | /api/announcements/all/{limit} | Path does not match |
| 17 | api_abstract_api_translations | /api/translations/{locale} | Path does not match |
| 18 | api_auth_login_auto | /api/login/auto | Path does not match |
| 19 | api_auth_login_google | /api/login/google | Path does not match |
| 20 | api_abstract_chat_ask | /api/chat/ask/{sessionId} | Path does not match |
| 21 | api_abstract_chat_start | /api/chat/start/{revisionId} | Path does not match |
| 22 | api_abstract_dashboards_get | /api/dashboard/get | Path does not match |
| 23 | app+start | / | Path does not match |
| 24 | api_abstract_favorites_all | /api/favorites/all | Path does not match |
| 25 | api_abstract_favorites_delete | /api/favorites/delete/{id} | Path does not match |
| 26 | api_abstract_profile_all | /api/profile/all | Path does not match |
| 27 | api_abstract_profile_set | /api/profile/set | Path does not match |
| 28 | api_abstract_profile_get | /api/profile/get | Path does not match |
| 29 | api_abstract_compliance_get | /api/compliance/get/{contentId} | Path does not match |
| 30 | api_abstract_content_get | /api/content/get/{id} | Path does not match |
| 31 | api_abstract_content_new | /api/content/add | Path does not match |
| 32 | api_abstract_content_update | /api/content/update/{id} | Path does not match |
| 33 | api_abstract_revisions_all | /api/revisions/all/{limit} | Path does not match |
| 34 | api_abstract_revisions_change | /api/revisions/change/{contentId} | Path does not match |
| 35 | api_abstract_revisions_document | /api/revisions/document/{contentId} | Path does not match |
| 36 | api_abstract_revisions_get | /api/revisions/get/{id} | Path does not match |
| 37 | api_abstract_revisions_last | /api/revisions/last/{contentId} | Path does not match |
| 38 | api_abstract_source_all | /api/sources/all | Path does not match |
| 39 | api_abstract_source_select | /api/sources/all/select | Path does not match |
| 40 | api_abstract_search_search_result | /api/search/search/{sessionId} | Path does not match |
| 41 | api_abstract_search_search | /api/search/search/ | Path does not match |
| 42 | app_test_search | /test_search | Path does not match |
| 43 | app_test_index | /test_index | Path does not match |
| 44 | epp_get_models | /test6 | Path does not match |
| 45 | app_test_7 | /test7 | Path does not match |
| 46 | app_test_2 | /test2 | Path does not match |
| 47 | app_test_3 | /test3 | Path does not match |
| 48 | app_test_8 | /test8 | Path does not match |
| 49 | app_test_5 | /test5 | Path does not match |
| 50 | app_test_4 | /test4 | Path does not match |
| 51 | app_test_6 | /test_diff | Path does not match |
| 52 | react | /{reactRouting} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.