Routing
(none)
Matched route
Route Matching Logs
Path to match:
/.git/config
| # | 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_app_index | /api/app | Path does not match |
| 16 | api_auth_me | /api/auth/me | Path does not match |
| 17 | api_auth_register | /api/auth/register | Path does not match |
| 18 | api_auth_login | /api/auth/login | Path does not match |
| 19 | api_auth_verify_email | /api/auth/verify-email | Path does not match |
| 20 | api_auth_google_start | /api/auth/google/start | Path does not match |
| 21 | api_auth_facebook_start | /api/auth/facebook/start | Path does not match |
| 22 | api_auth_google_callback | /api/auth/google | Path does not match |
| 23 | api_auth_facebook_callback | /api/auth/facebook | Path does not match |
| 24 | api_auth_logout | /api/auth/logout | Path does not match |
| 25 | api_auth_failure | /api/auth/failure | Path does not match |
| 26 | api_choirs_search | /api/choirs/search | Path does not match |
| 27 | api_choirs_create_onboarding | /api/choirs/onboarding | Path does not match |
| 28 | api_choirs_join | /api/choirs/join | Path does not match |
| 29 | api_choirs_show | /api/choirs/{choirId} | Path does not match |
| 30 | api_choirs_update | /api/choirs/{choirId} | Path does not match |
| 31 | api_choirs_delete | /api/choirs/{choirId} | Path does not match |
| 32 | api_choirs_select | /api/choirs/{choirId}/select | Path does not match |
| 33 | api_churches_index | /api/churches | Path does not match |
| 34 | api_churches_create | /api/churches | Path does not match |
| 35 | api_churches_show | /api/churches/{churchId} | Path does not match |
| 36 | api_churches_update | /api/churches/{churchId} | Path does not match |
| 37 | api_churches_delete | /api/churches/{churchId} | Path does not match |
| 38 | api_churches_choirs | /api/churches/{churchId}/choirs | Path does not match |
| 39 | api_churches_create_choir | /api/churches/{churchId}/choirs | Path does not match |
| 40 | api_members_index | /api/choirs/{choirId}/members | Path does not match |
| 41 | api_members_create | /api/choirs/{choirId}/members | Path does not match |
| 42 | api_members_show | /api/choirs/{choirId}/members/{memberId} | Path does not match |
| 43 | api_members_update | /api/choirs/{choirId}/members/{memberId} | Path does not match |
| 44 | api_members_delete | /api/choirs/{choirId}/members/{memberId} | Path does not match |
| 45 | api_profile_show | /api/profile | Path does not match |
| 46 | api_profile_update | /api/profile | Path does not match |
| 47 | api_songs_index | /api/choirs/{choirId}/songs | Path does not match |
| 48 | api_songs_create | /api/choirs/{choirId}/songs | Path does not match |
| 49 | api_songs_show | /api/choirs/{choirId}/songs/{songId} | Path does not match |
| 50 | api_songs_update | /api/choirs/{choirId}/songs/{songId} | Path does not match |
| 51 | api_songs_delete | /api/choirs/{choirId}/songs/{songId} | Path does not match |
| 52 | api_songs_vocal_parts | /api/choirs/{choirId}/songs/{songId}/vocal-parts | Path does not match |
| 53 | api_songs_create_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts | Path does not match |
| 54 | api_songs_show_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts/{vocalPartId} | Path does not match |
| 55 | api_songs_update_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts/{vocalPartId} | Path does not match |
| 56 | api_songs_delete_vocal_part | /api/choirs/{choirId}/songs/{songId}/vocal-parts/{vocalPartId} | Path does not match |
| 57 | app_choir_show | /choir/{id} | Path does not match |
| 58 | app_choir_edit | /choir/{id}/edit | Path does not match |
| 59 | app_choir_delete | /choir/{id} | Path does not match |
| 60 | app_choir_join | /choir/join/{choirId} | Path does not match |
| 61 | app_member_index | /choir/{choirId}/member | Path does not match |
| 62 | app_member_new | /choir/{choirId}/member/new | Path does not match |
| 63 | app_member_show | /choir/{choirId}/member/{memberId} | Path does not match |
| 64 | app_member_edit | /choir/{choirId}/member/{memberId}/edit | Path does not match |
| 65 | app_member_delete | /choir/{choirId}/member/{memberId} | Path does not match |
| 66 | app_song_index | /choir/{choirId}/song | Path does not match |
| 67 | app_song_new | /choir/{choirId}/song/new | Path does not match |
| 68 | app_song_show | /choir/{choirId}/song/{songId} | Path does not match |
| 69 | app_song_edit | /choir/{choirId}/song/{songId}/edit | Path does not match |
| 70 | app_song_delete | /choir/{choirId}/song/{songId} | Path does not match |
| 71 | app_choir_index | /church/{churchId}/choir/ | Path does not match |
| 72 | app_choir_new | /church/{churchId}/choir/new | Path does not match |
| 73 | app_church_index | /church | Path does not match |
| 74 | app_church_new | /church/new | Path does not match |
| 75 | app_church_show | /church/{churchId} | Path does not match |
| 76 | app_church_edit | /church/{churchId}/edit | Path does not match |
| 77 | app_church_delete | /church/{churchId} | Path does not match |
| 78 | connect_facebook_start | /connect/facebook | Path does not match |
| 79 | connect_facebook_check | /connect/facebook/check | Path does not match |
| 80 | app_home | / | Path does not match |
| 81 | app_privacy_policy | /privacy-policy | Path does not match |
| 82 | app_terms_of_service | /terms-of-service | Path does not match |
| 83 | app_personal_training | /personal-training/ | Path does not match |
| 84 | app_profile | /profile | Path does not match |
| 85 | app_register | /register | Path does not match |
| 86 | app_verify_email | /verify/email | Path does not match |
| 87 | app_login | /login | Path does not match |
| 88 | auth_google | /auth/google | Path does not match |
| 89 | app_logout | /logout | Path does not match |
| 90 | app_simulation | /simulation | Path does not match |
| 91 | app_song_vocal_part_index | /choir/{choirId}/song/{songId}/vocal-part | Path does not match |
| 92 | app_song_vocal_part_new | /choir/{choirId}/song/{songId}/vocal-part/new | Path does not match |
| 93 | app_song_vocal_part_show | /choir/{choirId}/song/{songId}/vocal-part/{vocalPartId} | Path does not match |
| 94 | app_song_vocal_part_edit | /choir/{choirId}/song/{songId}/vocal-part/{vocalPartId}/edit | Path does not match |
| 95 | app_song_vocal_part_delete | /choir/{choirId}/song/{songId}/vocal-part/{vocalPartId} | Path does not match |
| 96 | app_step_1 | /step/1 | Path does not match |
| 97 | app_step_2 | /step/2/{todo} | Path does not match |
| 98 | app_step_3 | /step/3 | Path does not match |
| 99 | app_step_4 | /step/4 | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.