Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_add_strike | /absence-strike/add | Path does not match |
| 2 | app_remove_strike_simple | /absence-strike/remove/{userId} | Path does not match |
| 3 | app_remove_strike | /absence-strike/remove | Path does not match |
| 4 | app_user_strikes | /absence-strike/user/{userId} | Path does not match |
| 5 | app_account_index | /account/ | Path does not match |
| 6 | app_account_inscriptions | /account/inscriptions | Path does not match |
| 7 | app_account_upload_profile_picture | /account/upload-profile-picture | Path does not match |
| 8 | app_account_edit | /account/edit | Path does not match |
| 9 | app_account_loginregistry | /account/loginregistry | Path does not match |
| 10 | app_account_loginregistry_all | /account/loginregistry/all | Path does not match |
| 11 | app_account_closession | /account/closesession/{id} | Path does not match |
| 12 | api_auth | /use-api/auth | Path does not match |
| 13 | api_reservations | /use-api/{userId} | Path does not match |
| 14 | api_cancel_class | /use-api/cancel/{userId}/{inscriptionId} | Path does not match |
| 15 | api_reset_password | /use-api/reset-password | Path does not match |
| 16 | api_unsubscribe | /use-api/deactivate | Path does not match |
| 17 | api_add_strike | /use-api/strike/{userId}/{userInscriptionId} | Path does not match |
| 18 | api_users_without_payment | /use-api/users-without-payment | Path does not match |
| 19 | app_bug_report_new | /bug-report/new | Path does not match |
| 20 | app_bug_report_list | /bug-report/list | Path does not match |
| 21 | app_bug_report_view | /bug-report/{id}/view | Path does not match |
| 22 | app_bug_report_update_status | /bug-report/{id}/update-status | Path does not match |
| 23 | app_event_index | /event | Path does not match |
| 24 | app_event_show | /event/{id} | Path does not match |
| 25 | app_event_participants | /event/{id}/participants | Path does not match |
| 26 | app_event_manage_teams | /event/{id}/teams | Path does not match |
| 27 | app_event_remove_participant | /event/{eventId}/remove-participant/{registrationId} | Path does not match |
| 28 | app_event_edit | /event/{id}/edit | Path does not match |
| 29 | app_event_update | /event/{id}/update | Path does not match |
| 30 | app_event_panel | /event/panel | Path does not match |
| 31 | app_event_new | /event/new | Path does not match |
| 32 | app_event_create | /event/create | Path does not match |
| 33 | app_exercise_category_index | /exercise-category/ | Path does not match |
| 34 | app_exercise_category_new | /exercise-category/new | Path does not match |
| 35 | app_exercise_category_show | /exercise-category/{id} | Path does not match |
| 36 | app_exercise_category_edit | /exercise-category/{id}/edit | Path does not match |
| 37 | app_exercise_category_delete | /exercise-category/{id} | Path does not match |
| 38 | app_exercise_index | /exercise/ | Path does not match |
| 39 | app_exercise_new | /exercise/new/{categoryID} | Path does not match |
| 40 | app_exercise_show | /exercise/{id} | Path does not match |
| 41 | app_exercise_edit | /exercise/{id}/edit | Path does not match |
| 42 | app_exercise_delete | /exercise/{id} | Path does not match |
| 43 | app_exercise_subcategory_index | /exercise-subcategory/ | Path does not match |
| 44 | app_exercise_subcategory_new | /exercise-subcategory/new/{categoryID} | Path does not match |
| 45 | app_exercise_subcategory_show | /exercise-subcategory/{id} | Path does not match |
| 46 | app_exercise_subcategory_edit | /exercise-subcategory/{id}/edit | Path does not match |
| 47 | app_exercise_subcategory_delete | /exercise-subcategory/{id} | Path does not match |
| 48 | app_holiday_index | /admin/holidays/ | Path does not match |
| 49 | app_holiday_api_list | /admin/holidays/api/list | Path does not match |
| 50 | app_holiday_api_save | /admin/holidays/api/save | Path does not match |
| 51 | app_holiday_api_delete_range | /admin/holidays/api/delete-range | Path does not match |
| 52 | app_holiday_api_delete | /admin/holidays/api/delete/{id} | Path does not match |
| 53 | app_inscription_index | /inscription/list | Path does not match |
| 54 | app_inscription_next | /inscription/next | Path does not match |
| 55 | app_inscription_old | /inscription/old | Path does not match |
| 56 | app_inscription_day | /inscription/day/{todayDate} | Path does not match |
| 57 | app_inscription_new | /inscription/new | Path does not match |
| 58 | app_inscription_show | /inscription/{id} | Path does not match |
| 59 | app_inscription_edit | /inscription/{id}/edit | Path does not match |
| 60 | app_edit_inscription | /inscription/edit-inscription/{inscriptionId} | Path does not match |
| 61 | app_inscription_refund_tokens | /inscription/{id}/refund-tokens | Path does not match |
| 62 | app_force_join | /inscription/force-join/{inscriptionId}/{userId} | Path does not match |
| 63 | app_all_presets | /inscription/presets/all | Path does not match |
| 64 | app_inscription_toggle | /inscription/{id}/toggle | Path does not match |
| 65 | app_installer | /installer | Path does not match |
| 66 | 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.