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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | api_activities_index | /api/choirs/{choirId}/activities | Path does not match |
| 16 | api_activities_create | /api/choirs/{choirId}/activities | Path does not match |
| 17 | api_activities_show | /api/choirs/{choirId}/activities/{activityId} | Path does not match |
| 18 | api_activities_update | /api/choirs/{choirId}/activities/{activityId} | Path does not match |
| 19 | api_activities_delete | /api/choirs/{choirId}/activities/{activityId} | Path does not match |
| 20 | api_activity_types_index | /api/choirs/{choirId}/activity-types | Path does not match |
| 21 | api_app_index | /api/app | Path does not match |
| 22 | api_attendance_index | /api/choirs/{choirId}/attendance | Path does not match |
| 23 | api_attendance_show | /api/choirs/{choirId}/attendance/{itemType}/{itemId} | Path does not match |
| 24 | api_attendance_mark_current | /api/choirs/{choirId}/attendance/{itemType}/{itemId}/current | Path does not match |
| 25 | api_attendance_self_mark | /api/choirs/{choirId}/attendance/{itemType}/{itemId}/self-mark | Path does not match |
| 26 | api_attendance_mark_present | /api/choirs/{choirId}/attendance/{itemType}/{itemId}/mark-present | Path does not match |
| 27 | api_attendance_confirm | /api/choirs/{choirId}/attendance/{itemType}/{itemId}/confirm | Path does not match |
| 28 | api_attendance_mark_absent | /api/choirs/{choirId}/attendance/{itemType}/{itemId}/mark-absent | Path does not match |
| 29 | api_auth_me | /api/auth/me | Path does not match |
| 30 | api_auth_register | /api/auth/register | Path does not match |
| 31 | api_auth_login | /api/auth/login | Path does not match |
| 32 | api_auth_password_reset_request | /api/auth/password-reset/request | Path does not match |
| 33 | api_auth_password_reset_complete | /api/auth/password-reset/complete | Path does not match |
| 34 | api_auth_refresh_token | /api/auth/refresh-token | Path does not match |
| 35 | api_auth_verify_email | /api/auth/verify-email | Path does not match |
| 36 | api_auth_google_start | /api/auth/google/start | Path does not match |
| 37 | api_auth_facebook_start | /api/auth/facebook/start | Path does not match |
| 38 | api_auth_google_callback | /api/auth/google | Path does not match |
| 39 | api_auth_facebook_callback | /api/auth/facebook | Path does not match |
| 40 | api_auth_logout | /api/auth/logout | Path does not match |
| 41 | api_auth_failure | /api/auth/failure | Path does not match |
| 42 | api_calendar_index | /api/choirs/{choirId}/calendar | Path does not match |
| 43 | api_choirs_search | /api/choirs/search | Path does not match |
| 44 | api_choirs_create_onboarding | /api/choirs/onboarding | Path does not match |
| 45 | api_choirs_join | /api/choirs/join | Path does not match |
| 46 | api_choirs_show | /api/choirs/{choirId} | Path does not match |
| 47 | api_choirs_update | /api/choirs/{choirId} | Path does not match |
| 48 | api_choirs_delete | /api/choirs/{choirId} | Path does not match |
| 49 | api_choirs_select | /api/choirs/{choirId}/select | Path does not match |
| 50 | api_choir_roles_index | /api/choirs/{choirId}/roles | Path does not match |
| 51 | api_choir_roles_create | /api/choirs/{choirId}/roles | Path does not match |
| 52 | api_choir_roles_update | /api/choirs/{choirId}/roles/{roleId} | Path does not match |
| 53 | api_choir_roles_delete | /api/choirs/{choirId}/roles/{roleId} | Path does not match |
| 54 | api_churches_index | /api/churches | Path does not match |
| 55 | api_churches_create | /api/churches | Path does not match |
| 56 | api_churches_show | /api/churches/{churchId} | Path does not match |
| 57 | api_churches_update | /api/churches/{churchId} | Path does not match |
| 58 | api_churches_delete | /api/churches/{churchId} | Path does not match |
| 59 | api_churches_choirs | /api/churches/{churchId}/choirs | Path does not match |
| 60 | api_churches_create_choir | /api/churches/{churchId}/choirs | Path does not match |
| 61 | api_members_index | /api/choirs/{choirId}/members | Path does not match |
| 62 | api_members_create | /api/choirs/{choirId}/members | Path does not match |
| 63 | api_members_show | /api/choirs/{choirId}/members/{memberId} | Path does not match |
| 64 | api_members_update | /api/choirs/{choirId}/members/{memberId} | Path does not match |
| 65 | api_members_delete | /api/choirs/{choirId}/members/{memberId} | Path does not match |
| 66 | api_profile_show | /api/profile | Path does not match |
| 67 | api_profile_update | /api/profile | Path does not match |
| 68 | api_profile_password_change_request | /api/profile/password-change/request | Path does not match |
| 69 | api_profile_password_change_verify | /api/profile/password-change/verify | Path does not match |
| 70 | api_rehearsals_index | /api/choirs/{choirId}/rehearsals | Path does not match |
| 71 | api_rehearsals_create | /api/choirs/{choirId}/rehearsals | Path does not match |
| 72 | api_rehearsals_show | /api/choirs/{choirId}/rehearsals/{rehearsalId} | Path does not match |
| 73 | api_rehearsals_update | /api/choirs/{choirId}/rehearsals/{rehearsalId} | Path does not match |
| 74 | api_rehearsals_delete | /api/choirs/{choirId}/rehearsals/{rehearsalId} | Path does not match |
| 75 | api_songs_index | /api/choirs/{choirId}/songs | Path does not match |
| 76 | api_songs_create | /api/choirs/{choirId}/songs | Path does not match |
| 77 | api_songs_show | /api/choirs/{choirId}/songs/{songId} | Path does not match |
| 78 | api_songs_update | /api/choirs/{choirId}/songs/{songId} | Path does not match |
| 79 | api_songs_upload_attachments | /api/choirs/{choirId}/songs/{songId}/attachments/{type} | Path does not match |
| 80 | api_songs_rename_attachment | /api/choirs/{choirId}/songs/{songId}/attachments/{type}/{attachmentId} | Path does not match |
| 81 | api_songs_delete_attachment | /api/choirs/{choirId}/songs/{songId}/attachments/{type}/{attachmentId} | Path does not match |
| 82 | api_songs_attachment_access | /api/choirs/{choirId}/songs/{songId}/attachments/{type}/{attachmentId}/access | Path does not match |
| 83 | api_songs_download_attachment | /api/choirs/{choirId}/songs/{songId}/attachments/{type}/{attachmentId}/download | Path does not match |
| 84 | api_songs_delete | /api/choirs/{choirId}/songs/{songId} | Path does not match |
| 85 | api_songs_vocal_parts | /api/choirs/{choirId}/songs/{songId}/vocal-parts | Path does not match |
| 86 | api_songs_create_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts | Path does not match |
| 87 | api_songs_show_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts/{vocalPartId} | Path does not match |
| 88 | api_songs_update_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts/{vocalPartId} | Path does not match |
| 89 | api_songs_delete_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts/{vocalPartId} | Path does not match |
| 90 | api_user_config_show | /api/user-config/me | Path does not match |
| 91 | api_user_config_update | /api/user-config/me | Path does not match |
| 92 | api_user_config_mark_notifications_seen | /api/user-config/me/notifications/seen | Path does not match |
| 93 | api_profile_vocal_range_analyze | /api/profile/vocal-range | Path does not match |
| 94 | api_profile_vocal_range_guide_seen | /api/profile/vocal-range/guide-seen | Path does not match |
| 95 | app_choir_show | /choir/{id} | Path does not match |
| 96 | app_choir_edit | /choir/{id}/edit | Path does not match |
| 97 | app_choir_delete | /choir/{id} | Path does not match |
| 98 | app_choir_join | /choir/join/{choirId} | Path does not match |
| 99 | app_member_index | /choir/{choirId}/member | Path does not match |
| 100 | app_member_new | /choir/{choirId}/member/new | Path does not match |
| 101 | app_member_show | /choir/{choirId}/member/{memberId} | Path does not match |
| 102 | app_member_edit | /choir/{choirId}/member/{memberId}/edit | Path does not match |
| 103 | app_member_delete | /choir/{choirId}/member/{memberId} | Path does not match |
| 104 | app_song_index | /choir/{choirId}/song | Path does not match |
| 105 | app_song_new | /choir/{choirId}/song/new | Path does not match |
| 106 | app_song_show | /choir/{choirId}/song/{songId} | Path does not match |
| 107 | app_song_edit | /choir/{choirId}/song/{songId}/edit | Path does not match |
| 108 | app_song_delete | /choir/{choirId}/song/{songId} | Path does not match |
| 109 | app_choir_index | /church/{churchId}/choir/ | Path does not match |
| 110 | app_choir_new | /church/{churchId}/choir/new | Path does not match |
| 111 | app_church_index | /church | Path does not match |
| 112 | app_church_new | /church/new | Path does not match |
| 113 | app_church_show | /church/{churchId} | Path does not match |
| 114 | app_church_edit | /church/{churchId}/edit | Path does not match |
| 115 | app_church_delete | /church/{churchId} | Path does not match |
| 116 | connect_facebook_start | /connect/facebook | Path does not match |
| 117 | connect_facebook_check | /connect/facebook/check | Path does not match |
| 118 | app_home | / | Path does not match |
| 119 | app_privacy_policy | /privacy-policy | Path does not match |
| 120 | app_terms_of_service | /terms-of-service | Path does not match |
| 121 | app_personal_training | /personal-training/ | Path does not match |
| 122 | app_profile | /profile | Path does not match |
| 123 | app_register | /register | Path does not match |
| 124 | app_verify_email | /verify/email | Path does not match |
| 125 | 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.