Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | app_admin_dashboard_index | /admin | Path does not match |
| 14 | application_configurations | /api/v1/configurations | Path does not match |
| 15 | application_clear_files | /api/v1/files/clear | Path does not match |
| 16 | jobs_nidverify_create | /api/v1/ekycs/{id}/jobs/nid-verify | Path does not match |
| 17 | jobs_nidverify_lock | /api/v1/jobs/nid-verify/lock | Path does not match |
| 18 | jobs_nidverify_save | /api/v1/jobs/nid-verify/{message_id}/save | Path does not match |
| 19 | application_send_otp | /api/v1/ekyc/{id}/otp | Path does not match |
| 20 | application_verify_otp | /api/v1/ekyc/{id}/otp | Path does not match |
| 21 | application_send_rpa_sms | /api/v1/send-rpa-sms | Path does not match |
| 22 | application_set_pin | /api/v1/auth/ekycs/{id}/pin | Path does not match |
| 23 | application_verify_pin | /api/v1/auth/ekycs/{id}/sessions | Path does not match |
| 24 | application_step_1 | /application/step-1 | Path does not match |
| 25 | application_step_2 | /application/step-2/{id} | Path does not match |
| 26 | application_step_3 | /application/step-3/{id} | Path does not match |
| 27 | application_step_4 | /application/step-4/{id} | Path does not match |
| 28 | application_photo_matching | /application/step-1/{uuid} | Path does not match |
| 29 | application_ocr_photo | /application/step-1/{uuid}/ocr | Path does not match |
| 30 | download_application_detail | /application/download-detail/{id} | Path does not match |
| 31 | application_verify_email | /application/verify/{id}/email | Path does not match |
| 32 | application_by_pass_face_matching | /application/by-pass-face-matching/{id} | Path does not match |
| 33 | application_clear_queue | /application/clear-queue | Path does not match |
| 34 | view_file | /files/{id}/{filename} | Path does not match |
| 35 | app_profile | /profile | Path does not match |
| 36 | user_export | /user/export | Path does not match |
| 37 | ekyc_search_report | /report/ekyc/search | Path does not match |
| 38 | nid_status_report | /report/nid/status | Path does not match |
| 39 | nid_report_export | /report/nid/export | Path does not match |
| 40 | ekyc_report_export | /ekyc-report-export/ | Path does not match |
| 41 | image_report | /report/image | Path does not match |
| 42 | image-export | /report/image/export | Path does not match |
| 43 | ekyc_report_generate | /report/generate | Path does not match |
| 44 | ekyc_query_generate | /query/report/generate | Path does not match |
| 45 | ekyc_report_history | /report/history | Path does not match |
| 46 | ekyc_report_history_generate | /report/history/generate | Path does not match |
| 47 | app_forgot_password_request | /reset-password | Path does not match |
| 48 | app_check_email | /reset-password/check-email | Path does not match |
| 49 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 50 | 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.