Routing
app_ui_default_default
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | api_assets_count | /assets/count | Path does not match |
14 | api_auth_check_email | /auth/check-email/{email} | Path does not match |
15 | api_auth_confirmationToken | /auth/confirmationToken | Path does not match |
16 | api_auth_registerUser | /auth/register | Path does not match |
17 | api_auth_send_mail_with_link_form_to_change_password | /auth/change-password | Path does not match |
18 | api_auth_change_password_with_confirmation_token | /auth/change-password-with-confirmation-token | Path does not match |
19 | api_user_update_avatar | /user/avatar | Path does not match |
20 | app_ui_auth_switchuser_users | /backoffice/switch-user/users | Path does not match |
21 | api_auth_update_uitour | /user/profile/ui-tour | Path does not match |
22 | api_auth_profile | /user/profile | Path does not match |
23 | api_auth_update_profile | /user/profile | Path does not match |
24 | api_auth_change_password | /user/profile/change-password | Path does not match |
25 | api_automation_details | /automation/automation/{id} | Path does not match |
26 | api_automation_duplication | /automation/automation/{id}/duplication | Path does not match |
27 | api_automation_edit | /automation/automation/{id} | Path does not match |
28 | api_automations_automations_list | /automation/automations | Path does not match |
29 | api_automation_new | /automation/automations | Path does not match |
30 | app_ui_automations_poc_poc | /automations/ | Path does not match |
31 | api_automation_change_status | /automation/automation/{automationId}/change-status | Path does not match |
32 | api_automation_steps_autocomplete | /automation/v1/steps | Path does not match |
33 | api_automation_template | /automation/automation/template/{slug} | Path does not match |
34 | api_customer_delete_customer | /customer/customer/{customerId} | Path does not match |
35 | api_customer_customer_details | /customer/customer/{id} | Path does not match |
36 | api_customer_customer_edit | /customer/customer/{id} | Path does not match |
37 | api_customer_favourite_customer | /customer/customer/{customerId}/favourite | Path does not match |
38 | api_customer_customer_generate_api_key | /customer/customers/id/{customerId}/api-key | Path does not match |
39 | api_customer_customers_list | /customer/customers | Path does not match |
40 | api_customer_lowerAuthToCustomer | /customer/lower-access/{customerId} | Path does not match |
41 | api_customer_lowerAuthToCustomer_details | /customer/lower-access/{customerId}/user/{userId} | Path does not match |
42 | api__lowerAuthToCustomer_addCustomerToUser | /customer/lower-access | Path does not match |
43 | api_customer_customer_add | /customer/customers | Path does not match |
44 | api_customer_inviteWorkers | /customer/customer/{customerId}/workers | Path does not match |
45 | api_customer_confirmation_customer_worker | /customer/worker/confirmation | Path does not match |
46 | api_customer_register_employer | /customer/worker/register | Path does not match |
47 | api_dashboard_shipment | /dashboard/shipment | Path does not match |
48 | app_ui_default_health | /health | Path does not match |
49 | app_ui_default_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.