Routing
webui.living_styleguide.show
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/living-styleguide
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ad_customer_flows.presentation.public.start | /flow/{slug}/start | Path does not match |
| 2 | ad_customer_flows.presentation.public.subscription | /flow/{slug}/subscription | Path does not match |
| 3 | ad_customer_flows.presentation.public.thank_you | /flow/{slug}/thanks | Path does not match |
| 4 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 5 | tracking_page_view | /api/tracking/page-view | Path does not match |
| 6 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 7 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 8 | _wdt | /_wdt/{token} | Path does not match |
| 9 | _profiler_home | /_profiler/ | Path does not match |
| 10 | _profiler_search | /_profiler/search | Path does not match |
| 11 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 12 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 13 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 14 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 15 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 16 | _profiler_open_file | /_profiler/open | Path does not match |
| 17 | _profiler | /_profiler/{token} | Path does not match |
| 18 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 19 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 20 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 21 | root_redirect | / | Path does not match |
| 22 | account.presentation.sign_in | /{_locale}/account/sign-in | Path does not match |
| 23 | account.presentation.sign_up | /{_locale}/account/sign-up | Path does not match |
| 24 | account.presentation.sign_out | /{_locale}/account/sign-out | Path does not match |
| 25 | account.presentation.dashboard | /{_locale}/account/dashboard | Path does not match |
| 26 | account.presentation.set_password | /{_locale}/account/set-password | Path does not match |
| 27 | ad_customer_configuration.presentation.dashboard | /{_locale}/ad-customer-configuration | Path does not match |
| 28 | ad_customer_configuration.presentation.save_traffic_provider_config | /{_locale}/ad-customer-configuration/traffic-provider-config/save | Path does not match |
| 29 | ad_customer_configuration.presentation.toggle_traffic_provider_config_status | /{_locale}/ad-customer-configuration/traffic-provider-config/{provider}/toggle-status | Path does not match |
| 30 | ad_customer_configuration.presentation.delete_traffic_provider_config | /{_locale}/ad-customer-configuration/traffic-provider-config/{provider}/delete | Path does not match |
| 31 | ad_customer_configuration.presentation.save_goal_type_clv | /{_locale}/ad-customer-configuration/clv/save | Path does not match |
| 32 | ad_customer_configuration.presentation.delete_goal_type_clv | /{_locale}/ad-customer-configuration/clv/delete | Path does not match |
| 33 | ad_customer_flows.presentation.test_joboo_layout | /{_locale}/flow/test-joboo-layout | Path does not match |
| 34 | campaign.presentation.list | /{_locale}/campaigns | Path does not match |
| 35 | campaign.presentation.show | /{_locale}/campaigns/{id} | Path does not match |
| 36 | campaign.presentation.new | /{_locale}/campaigns/new | Path does not match |
| 37 | campaign.presentation.edit | /{_locale}/campaigns/{id}/edit | Path does not match |
| 38 | content.presentation.homepage | /{_locale}/ | Path does not match |
| 39 | content.presentation.about | /{_locale}/about | Path does not match |
| 40 | organization.presentation.dashboard | /{_locale}/organization | Path does not match |
| 41 | organization.presentation.create | /{_locale}/organization/create | Path does not match |
| 42 | organization.presentation.rename | /{_locale}/organization/rename | Path does not match |
| 43 | organization.presentation.switch | /{_locale}/organization/switch/{organizationId} | Path does not match |
| 44 | organization.presentation.invite | /{_locale}/organization/invite | Path does not match |
| 45 | organization.presentation.resend_invitation | /{_locale}/organization/invitation/{invitationId}/resend | Path does not match |
| 46 | organization.presentation.accept_invitation | /{_locale}/organization/invitation/{invitationId} | Path does not match |
| 47 | organization.presentation.add_member_to_group | /{_locale}/organization/group/{groupId}/add-member | Path does not match |
| 48 | organization.presentation.remove_member_from_group | /{_locale}/organization/group/{groupId}/remove-member | Path does not match |
| 49 | reporting.presentation.dashboard | /{_locale}/reporting/dashboard | Path does not match |
| 50 | tracking_campaign.presentation.list | /{_locale}/tracking-campaigns | Path does not match |
| 51 | tracking_campaign.presentation.show | /{_locale}/tracking-campaigns/{id} | Path does not match |
| 52 | tracking_campaign.presentation.new | /{_locale}/tracking-campaigns/new | Path does not match |
| 53 | tracking_campaign.presentation.edit | /{_locale}/tracking-campaigns/{id}/edit | Path does not match |
| 54 | shared.rollout.get_signal | /.well-known/rollout-signal | Path does not match |
| 55 | shared.rollout.set_signal | /.well-known/rollout-signal | Path does not match |
| 56 | shared.rollout.remove_signal | /.well-known/rollout-signal | Path does not match |
| 57 | webui.living_styleguide.show | /living-styleguide | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.