Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_ambassadors | /ambassadors | Path does not match |
| 2 | app_request_an_ambassador | /ambassadors/request-an-ambassador | Path does not match |
| 3 | app_member_todo_list | /member-todo-list/{id} | Path does not match |
| 4 | app_ambassador_load_email_template | /ambassadors/load-template | Path does not match |
| 5 | app_ambassador_send_members_email | /ambassadors/send-mail-to-member | Path does not match |
| 6 | app_article_index | /article | Path does not match |
| 7 | app_article_detail | /article/detail/{id} | Path does not match |
| 8 | app_need_help_article_modal | /article/need-help | Path does not match |
| 9 | app_business_reviews | /business_reviews | Path does not match |
| 10 | app_committee_index | /committees/ | Path does not match |
| 11 | app_sub_committees_add | /committees/add_sub | Path does not match |
| 12 | app_sub_committees_edit | /committees/edit_sub/{id} | Path does not match |
| 13 | app_committees_delete | /committees/delete/{id} | Path does not match |
| 14 | app_committee_join | /committees/join/{id} | Path does not match |
| 15 | app_committee_leave | /committees/leave/{id} | Path does not match |
| 16 | app_committee_detail | /committees/detail/{id} | Path does not match |
| 17 | app_committee_create_meeting | /committees/create-meeting/{id} | Path does not match |
| 18 | app_committee_edit_meeting | /committees/meeting/{id}/edit/{meetingId} | Path does not match |
| 19 | app_committee_detail_meeting | /committees/meeting/{id}/detail/{meetingId} | Path does not match |
| 20 | app_committee_assign_members_popup | /committees/committee-assign-members-popup/{id} | Path does not match |
| 21 | app_committee_assign_subcommittee_members_popup | /committees/committee-assign-members-popup/{id}/sub-committee | Path does not match |
| 22 | app_assign_attendee | /committees/committee-assign-attendee | Path does not match |
| 23 | app_committee_assign_member | /committees/committee-assign-member/{id}/member/{memberId}/user/{userId} | Path does not match |
| 24 | app_committee_remove_assign_member | /committees/committee-remove-assign-member/{id}/member/{memberId}/user/{userId} | Path does not match |
| 25 | app_committee_send_update | /committees/committee-send-update | Path does not match |
| 26 | app_committee_meeting_export_pdf | /committees/meeting/{id}/detail/{meetingId}/pdf | Path does not match |
| 27 | app_committee_meeting_export_print | /committees/meeting/{id}/detail/{meetingId}/print | Path does not match |
| 28 | app_corporate_business_reviews | /corporate_business_reviews | Path does not match |
| 29 | app_corporate_business_reviews_edit | /corporate_business_reviews/edit/{id} | Path does not match |
| 30 | app_corporate_business_reviews_detail | /corporate_business_reviews/detail/{id} | Path does not match |
| 31 | app_corporate_business_reviews_delete | /corporate_business_reviews/delete/{id} | Path does not match |
| 32 | app_corporate_levels_of_excellence_index | /corporate-levels-of-excellence/ | Path does not match |
| 33 | app_corporate_levels_of_excellence_delete | /corporate-levels-of-excellence/delete/{id} | Path does not match |
| 34 | app_corporate_levels_of_excellence_add | /corporate-levels-of-excellence/add | Path does not match |
| 35 | app_corporate_levels_of_excellence_edit | /corporate-levels-of-excellence/edit/{id} | Path does not match |
| 36 | app_corporate_levels_of_excellence_detail | /corporate-levels-of-excellence/detail/{id} | Path does not match |
| 37 | document_list | /documents | Path does not match |
| 38 | document_download | /documents/download/{id} | Path does not match |
| 39 | app_event_calendar | /event_calendar | Path does not match |
| 40 | app_events_json | /events/json | Path does not match |
| 41 | event_registration_index | /event-registration/ | Path does not match |
| 42 | app_first_30_day_mbe_business_reviews | /first_30_day_mbe_business_reviews | Path does not match |
| 43 | app_first_30_day_mbe_business_reviews_edit | /first_30_day_mbe_business_reviews/edit/{id} | Path does not match |
| 44 | app_first_30_day_mbe_business_reviews_detail | /first_30_day_mbe_business_reviews/detail/{id} | Path does not match |
| 45 | app_first_30_day_mbe_business_reviews_delete | /first_30_day_mbe_business_reviews/delete/{id} | Path does not match |
| 46 | app_corporate_member_application | /form/corporate-member-application | Path does not match |
| 47 | app_subscription_services_application | /form/subscription-services-application | Path does not match |
| 48 | form_cart_payment_process | /form/payment/process/{id} | Path does not match |
| 49 | form_cart_payment_check_payment_status | /form/payment/check-payment-status/{id} | Path does not match |
| 50 | app_index | / | Path does not match |
| 51 | app_chart_mbe_employees_data | /chart-data/mbe-number-employees-data-chart | Path does not match |
| 52 | app_chart_mbe_revenue_class_data | /chart-data/mbe-revenue-class-data-chart | Path does not match |
| 53 | app_chart_mbe_year_bussiness_data | /chart-data/mbe-year-bussiness-data-chart | Path does not match |
| 54 | app_chart_mbe_ethnicity_data | /chart-data/mbe-ethnicity-data-chart | Path does not match |
| 55 | app_chart_mbe_procurement_industry_data | /chart-data/mbe-procurement-industry-data-chart | Path does not match |
| 56 | app_chart_mbe_procurement_ethnicity_data | /chart-data/mbe-procurement-ethnicity-data-chart | Path does not match |
| 57 | app_terms_of_use_disclaimer | /terms-of-use-disclaimer | Path does not match |
| 58 | app_terms_of_use_disclaimer_2 | /terms-of-use-disclaimer-2 | Path does not match |
| 59 | app_update_info_request_new_2 | /update-info-request | Path does not match |
| 60 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.