Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_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 | category_list | /admin/category-list | Path does not match |
| 14 | category_add | /admin/category-add | Path does not match |
| 15 | category_delete | /admin/category-delete | Path does not match |
| 16 | club_member_list | /club-member/list | Path does not match |
| 17 | club_member_add | /club-member/add | Path does not match |
| 18 | enquiry_add | /club-member/enquiry/add/{mode} | Path does not match |
| 19 | profile | /club-member/profile | Path does not match |
| 20 | club_member_delete | /club-member/delete | Path does not match |
| 21 | enquiry_delete | /club-member/enquiry/delete/{mode} | Path does not match |
| 22 | change_password | /club-member/change-password | Path does not match |
| 23 | club_member_search | /club-member/search | Path does not match |
| 24 | club_member_filter | /club-member/filter | Path does not match |
| 25 | member_checkup_delete | /club-member/member-checkup-delete | Path does not match |
| 26 | club_member_view | /club-member/view | Path does not match |
| 27 | save_member_checkup | /club-member/save-member-checkup | Path does not match |
| 28 | subscription | /club-member/subscription | Path does not match |
| 29 | price_details | /club-member/price-details | Path does not match |
| 30 | package_details | /club-member/package-details | Path does not match |
| 31 | transcation_history | /club-member/transcation-history | Path does not match |
| 32 | enquiry_list | /enquiry/list | Path does not match |
| 33 | enquiry_view | /enquiry/view | Path does not match |
| 34 | enquiry_search | /enquiry/search | Path does not match |
| 35 | convert_to_member | /enquiry/convert-to-member | Path does not match |
| 36 | enquiry_share_checkup | /enquiry/share-checkup | Path does not match |
| 37 | follow_up_add | /follow-up-add | Path does not match |
| 38 | follow_up_delete | /follow-up-delete | Path does not match |
| 39 | app_homepage | /club | Path does not match |
| 40 | api_inactive_members | /api/inactive-members | Path does not match |
| 41 | api_homepage | /api/club | Path does not match |
| 42 | admin_homepage | /admin | Path does not match |
| 43 | test_mail | /test-mail | Path does not match |
| 44 | order_add | /club-member/order-add/{cid} | Path does not match |
| 45 | order_edit | /club-member/order-edit/{cid} | Path does not match |
| 46 | order_delete | /club-member/order-delete/{cid} | Path does not match |
| 47 | get_order_history | /club-member/oget-order-history | Path does not match |
| 48 | payment_list | /club-member/payment-list | Path does not match |
| 49 | payment_add | /club-member/payment-add | Path does not match |
| 50 | payment_delete | /club-member/payment-delete | Path does not match |
| 51 | checkup_pdf_download | /checkup-pdf-download/{id} | Path does not match |
| 52 | member_details_pdf_download | /member-details-pdf-download | Path does not match |
| 53 | member_checkup_pdf_zip_download | /member-checkup-pdf-zip-download | Path does not match |
| 54 | product_list | /admin/product-list | Path does not match |
| 55 | product_add | /admin/product-add | Path does not match |
| 56 | product_delete | /admin/product-delete | Path does not match |
| 57 | purchase_list | /purchase-list | Path does not match |
| 58 | purchase_add | /purchase-add | Path does not match |
| 59 | purchase_edit | /purchase-edit | Path does not match |
| 60 | add_product_row | /add-product-row | Path does not match |
| 61 | get_product_price | /get-product-price | Path does not match |
| 62 | purchase_delete | /purchase-delete | Path does not match |
| 63 | app_register | /register | Path does not match |
| 64 | reports_member_summary | /reports/member-summary | Path does not match |
| 65 | reports_checkup_analysis | /reports/checkup-analysis | Path does not match |
| 66 | reports_payment_summary | /reports/payment-summary | Path does not match |
| 67 | reports_order_analysis | /reports/order-analysis | Path does not match |
| 68 | reports_followup_report | /reports/followup-report | Path does not match |
| 69 | reports_geographic_analysis | /reports/geographic-analysis | Path does not match |
| 70 | reports_age_gender_analysis | /reports/age-gender-analysis | Path does not match |
| 71 | reports_weight_progress | /reports/weight-progress | Path does not match |
| 72 | reports_member_conversion | /reports/member-conversion | Path does not match |
| 73 | reports_comprehensive | /reports/comprehensive | Path does not match |
| 74 | app_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.