Routing
agency_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | agency_care_index | /care/ | Path does not match |
| 2 | agc_prestation_all | /care/all | Path does not match |
| 3 | agc_prestation_client | /care/client/{idClient} | Path does not match |
| 4 | agc_prestation_provider | /care/provider/{idProvider} | Path does not match |
| 5 | agc_saisie_prestation | /care/saisie | Path does not match |
| 6 | agency_care_folder_index | /care-folder/ | Path does not match |
| 7 | agency_care_folder_recipient_new_old | /care-folder/recipient/new-old | Path does not match |
| 8 | agency_care_folder_recipient_new | /care-folder/recipient/new | Path does not match |
| 9 | agency_care_folder_provider_new | /care-folder/presta/new | Path does not match |
| 10 | agency_care_folder_recipient_create | /care-folder/recipient/create | Path does not match |
| 11 | agency_care_folder_recipient_create_old | /care-folder/recipient/create-old | Path does not match |
| 12 | agency_care_folder_presta_create | /care-folder/presta/create | Path does not match |
| 13 | agency_care_folder_presta_update | /care-folder/presta/update/{id} | Path does not match |
| 14 | agency_mark_as_treated | /care-folder/mark-as-treated/{id} | Path does not match |
| 15 | agency_mark_as_validated | /care-folder/mark-as-validated/{id} | Path does not match |
| 16 | agency_mark_as_rejected | /care-folder/mark-as-rejected/{id} | Path does not match |
| 17 | agency_mark_composition_finished | /care-folder/mark-composition-finished/{id} | Path does not match |
| 18 | agency_care_folder_recipient_update | /care-folder/recipient/{id}/update | Path does not match |
| 19 | agency_care_folder_recipient_edit_old | /care-folder/recipient/{id}/edit-old | Path does not match |
| 20 | agency_care_folder_recipient_edit | /care-folder/recipient/{id}/edit | Path does not match |
| 21 | agency_care_folder_presta_edit | /care-folder/presta/{id}/edit | Path does not match |
| 22 | agency_folder_care_search_recipient_name | /care-folder/folder-search-recipient-name | Path does not match |
| 23 | agency_folder_care_search_recipient_name_select | /care-folder/folder-search-recipient-name-select | Path does not match |
| 24 | agency_folder_care_search_recipient_by_card_select | /care-folder/folder-search-recipient-by-card-select | Path does not match |
| 25 | agency_folder_care_search_presta_name | /care-folder/folder-search-presta-name | Path does not match |
| 26 | agency_get_add_care_button | /care-folder/get-add-care-button | Path does not match |
| 27 | agency_get_care_folder_recipient_form | /care-folder/get-care-folder-recipient-form | Path does not match |
| 28 | agency_get_care_results | /care-folder/get-care-results | Path does not match |
| 29 | agency_care_folder_selected_care_block | /care-folder/get-care-folder-care-selected-block/{id} | Path does not match |
| 30 | agency_get_care_folder_presta_form | /care-folder/get-care-folder-presta-form | Path does not match |
| 31 | agency_get_rubric_options | /care-folder/get-rubric-options | Path does not match |
| 32 | agency_get_care_recap | /care-folder/get-care-recap/{recipientId}/{id} | Path does not match |
| 33 | medical_consumable_select_search | /care-folder/medical-consumable-search | Path does not match |
| 34 | agency_care_folder_medicament_new | /care-folder/medicine-new | Path does not match |
| 35 | agency_care_folder_care_medical_consumable_new | /care-folder/medical-consumable-new | Path does not match |
| 36 | agency_care_folder_medical_consumable_create | /care-folder/create-medical-consumable/create/{type} | Path does not match |
| 37 | agency_medicament_create | /care-folder/create-medicine | Path does not match |
| 38 | agency_care_folder_show | /care-folder/{id} | Path does not match |
| 39 | agency_care_folder_delete | /care-folder/{id} | Path does not match |
| 40 | agency_client_book_index | /client-book/ | Path does not match |
| 41 | agency_index_old | /home-old | Path does not match |
| 42 | agency_register | /register | Path does not match |
| 43 | agency_logout | /logout | Path does not match |
| 44 | agency_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.