Routing
app_about
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/about
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_user_search | /api/v1/CPP-users/users/_search | Path does not match |
| 2 | api_user_create | /api/v1/CPP-users/users | Path does not match |
| 3 | api_user_update | /api/v1/CPP-users/users/{id} | Path does not match |
| 4 | api_user_remove | /api/v1/CPP-users/users/{id} | Path does not match |
| 5 | api_search | /api/v1/{indexName}/{docType}/_search | Path does not match |
| 6 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 7 | _wdt | /_wdt/{token} | Path does not match |
| 8 | _profiler_home | /_profiler/ | Path does not match |
| 9 | _profiler_search | /_profiler/search | Path does not match |
| 10 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 11 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 12 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 13 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | api_index | /api/v1 | Path does not match |
| 21 | api_create | /api/v1/{indexName}/{docType} | Path does not match |
| 22 | api_update | /api/v1/{indexName}/{docType}/{identifier} | Path does not match |
| 23 | api_update_by_id | /api/v1/{identifier} | Path does not match |
| 24 | api_replace | /api/v1/{indexName}/{docType}/{identifier} | Path does not match |
| 25 | api_replace_by_id | /api/v1/{identifier} | Path does not match |
| 26 | api_delete | /api/v1/{indexName}/{docType}/{identifier} | Path does not match |
| 27 | api_delete_by_id | /api/v1/{identifier} | Path does not match |
| 28 | admin_index | /admin | Path does not match |
| 29 | app_calendars | /app/calendars | Path does not match |
| 30 | app_calendars_add | /app/calendars/add | Path does not match |
| 31 | app_calendars_add_calendar_post | /app/calendars/add | Path does not match |
| 32 | app_calendars_items_add | /app/calendars/item | Path does not match |
| 33 | app_calendars_active | /app/calendars/active | Path does not match |
| 34 | app_calendars_select | /app/calendars/select | Path does not match |
| 35 | app_coins | /app/coins | Path does not match |
| 36 | app_coins_add | /app/coins/add | Path does not match |
| 37 | app_coins_add_post | /app/coins/add | Path does not match |
| 38 | app_conversations | /app/conversations | Path does not match |
| 39 | app_conversations_add | /app/conversations/add | Path does not match |
| 40 | app_conversations_add_conversation_post | /app/conversations/add/conversation | Path does not match |
| 41 | app_conversations_messages_add | /app/conversations/message | Path does not match |
| 42 | app_conversations_active | /app/conversations/active | Path does not match |
| 43 | app_conversations_select | /app/conversations/select | Path does not match |
| 44 | app_expenses | /app/expenses | Path does not match |
| 45 | app_expenses_add | /app/expenses/add | Path does not match |
| 46 | app_expenses_add_post | /app/expenses/add | Path does not match |
| 47 | app_incomes | /app/incomes | Path does not match |
| 48 | app_incomes_add | /app/incomes/add | Path does not match |
| 49 | app_incomes_add_post | /app/incomes/add | Path does not match |
| 50 | app_investments | /app/investments | Path does not match |
| 51 | app_investments_add | /app/investments/add | Path does not match |
| 52 | app_investments_add_post | /app/investments/add | Path does not match |
| 53 | app_loans | /app/loans | Path does not match |
| 54 | app_loans_add | /app/loans/add | Path does not match |
| 55 | app_loans_add_post | /app/loans/add | Path does not match |
| 56 | app_records | /app/records | Path does not match |
| 57 | app_records_add | /app/records/add | Path does not match |
| 58 | app_records_add_post | /app/records/add | Path does not match |
| 59 | app_sources | /app/sources | Path does not match |
| 60 | app_sources_add | /app/sources/add | Path does not match |
| 61 | app_sources_add_post | /app/sources/add | Path does not match |
| 62 | app_tasks | /app/tasks | Path does not match |
| 63 | app_tasks_add | /app/tasks/add | Path does not match |
| 64 | app_tasks_add_post | /app/tasks/add | Path does not match |
| 65 | app_tickers | /app/tickers | Path does not match |
| 66 | app_tickers_add | /app/tickers/add | Path does not match |
| 67 | app_tickers_add_post | /app/tickers/add | Path does not match |
| 68 | app_dashboard | /app | Path does not match |
| 69 | app_user_profile | /app/user/profile | Path does not match |
| 70 | app_settings | /app/user/settings | Path does not match |
| 71 | app_user_lock | /app/user/lock | Path does not match |
| 72 | app_user_locked | /app/user/locked | Path does not match |
| 73 | checkout_index | /checkout | Path does not match |
| 74 | checkout_return | /checkout/return | Path does not match |
| 75 | checkout_index_post | /checkout | Path does not match |
| 76 | index | / | Path does not match |
| 77 | app_about | /about | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.