Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ajax_multirow_add | /ajax/multirow/add | Path does not match |
| 2 | ajax_toggle_mainpriceproposal | /ajax/application/tmpp | Path does not match |
| 3 | ajax_toggle_specialpriceproposal | /ajax/application/tspp | Path does not match |
| 4 | ajax_save_priceproposalexplanation | /ajax/application/save_ppe | Path does not match |
| 5 | ajax_reset_priceproposalexplanation | /ajax/application/reset_ppe | Path does not match |
| 6 | app_application_download | /application/download/{applicationId} | Path does not match |
| 7 | app_district_application | /district/application/dashboard/{applicationId} | Path does not match |
| 8 | app_district_application_show | /district/application/show/{applicationId} | Path does not match |
| 9 | app_district_application_edit | /district/application/edit | Path does not match |
| 10 | app_district_application_download | /district/application/download/{applicationId} | Path does not match |
| 11 | app_district_application_delete | /district/application/delete/{applicationId} | Path does not match |
| 12 | app_district_attachment | /district/attachment | Path does not match |
| 13 | app_district | /district | Path does not match |
| 14 | app_district_apply | /district/apply | Path does not match |
| 15 | app_district_edit | /district/edit | Path does not match |
| 16 | app_district_project_new | /district/project/new | Path does not match |
| 17 | app_district_project | /district/project/edit/{projectId}/{page} | Path does not match |
| 18 | app_district_project_delete | /district/project/delete/{projectId} | Path does not match |
| 19 | app_district_project_copy | /district/project/copy/{projectId} | Path does not match |
| 20 | app_district_project_migrate | /district/project/migrate/{projectId} | Path does not match |
| 21 | app_district_project_show | /district/project/show/{projectId} | Path does not match |
| 22 | app_district_project_download | /district/project/download/{projectId} | Path does not match |
| 23 | app_district_project_attachment | /district/project/attachments/{projectId} | Path does not match |
| 24 | app_district_project_delete_attachment | /district/project/delattach/{attachmentId} | Path does not match |
| 25 | app_download_attachment | /attachment/{attachmentId} | Path does not match |
| 26 | app_index | / | Path does not match |
| 27 | app_fow | /fow | Path does not match |
| 28 | app_jury_index | /jury/index | Path does not match |
| 29 | app_jury_contest | /jury/contest | Path does not match |
| 30 | app_jury_application_show | /jury/application/show/{applicationId} | Path does not match |
| 31 | app_jury_application_detail | /jury/application/detail/{applicationId} | Path does not match |
| 32 | app_jury_project_detail | /jury/project/detail/{projectId} | Path does not match |
| 33 | app_mailer | /mailer | Path does not match |
| 34 | app_manager_admin | /manager/admin | Path does not match |
| 35 | app_manager_contest | /manager/contest/index/{contestId} | Path does not match |
| 36 | app_manager_application_show | /manager/application/show/{applicationId} | Path does not match |
| 37 | app_manager_application_detail | /manager/application/detail/{applicationId} | Path does not match |
| 38 | app_manager_project_detail | /manager/project/detail/{projectId} | Path does not match |
| 39 | app_manager_contest_statistics | /manager/contest/statistics/{contestId} | Path does not match |
| 40 | app_manager_district | /manager/district | Path does not match |
| 41 | app_manager_district_inactive | /manager/district/inactive/{userId} | Path does not match |
| 42 | app_manager_district_unverified | /manager/district/unverified/{userId}/{mode} | Path does not match |
| 43 | app_manager_email | /manager/email | Path does not match |
| 44 | app_manager_email_test | /manager/email/test | Path does not match |
| 45 | app_manager | /manager | Path does not match |
| 46 | app_manager_jury_list | /manager/jury | Path does not match |
| 47 | app_migration | /migration | Path does not match |
| 48 | app_project_search | /project/search | Path does not match |
| 49 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.