Routing
home_page
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_articles_list_api | /api/articles | Path does not match |
| 2 | api_article_create_api | /api/articles | Path does not match |
| 3 | api_article_update_api | /api/articles/{id} | Path does not match |
| 4 | api_article_upload_file_api | /api/articles/{id}/upload | Path does not match |
| 5 | api_register_new_user | /api/auth/register | Path does not match |
| 6 | api_request_magic_link | /api/auth/request-magic-link | Path does not match |
| 7 | api_request_admin_link | /api/auth/request-admin-link | Path does not match |
| 8 | api_courses_list_api | /api/courses | Path does not match |
| 9 | api_course_create_api | /api/courses | Path does not match |
| 10 | api_course_upload_file_api | /api/courses/{id}/upload | Path does not match |
| 11 | api_course_update_api | /api/courses/{id} | Path does not match |
| 12 | api_course_lessons_update_api | /api/courses/{id}/lessons | Path does not match |
| 13 | api_course_lesson_upload_file_api | /api/courses/{courseId}/lessons/{lessonId}/upload | Path does not match |
| 14 | api_events_list_api | /api/events | Path does not match |
| 15 | api_event_create_api | /api/events | Path does not match |
| 16 | api_event_update_api | /api/events/{id} | Path does not match |
| 17 | api_event_upload_file_api | /api/events/{id}/upload | Path does not match |
| 18 | api_file_download | /api/file/{id}/download | Path does not match |
| 19 | api_file_delete | /api/file/{id}/delete | Path does not match |
| 20 | api_consume_magic_link | /api/auth/consume-magic-link/{token} | Path does not match |
| 21 | api_meditations_list | /api/meditation | Path does not match |
| 22 | api_numerology_orders_list_api | /api/numerology-orders | Path does not match |
| 23 | api_numerology_order_update | /api/numerology-orders/{id} | Path does not match |
| 24 | api_numerology_order_upload_file | /api/numerology-orders/{id}/upload | Path does not match |
| 25 | api_numerology_order_finalize | /api/numerology-orders/{id}/finalize | Path does not match |
| 26 | api_refresh_token | /api/token/refresh | Path does not match |
| 27 | api_user_list_api | /api/user | Path does not match |
| 28 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 29 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 30 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 31 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 32 | _wdt | /_wdt/{token} | Path does not match |
| 33 | _profiler_home | /_profiler/ | Path does not match |
| 34 | _profiler_search | /_profiler/search | Path does not match |
| 35 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 36 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 37 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 38 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 39 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 40 | _profiler_open_file | /_profiler/open | Path does not match |
| 41 | _profiler | /_profiler/{token} | Path does not match |
| 42 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 43 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 44 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 45 | about_me_page | /povestea-mea | Path does not match |
| 46 | app_web_account_redirecttoaccountinfo | /contul-meu/ | Path does not match |
| 47 | account_info_page | /contul-meu/info | Path does not match |
| 48 | account_info_update | /contul-meu/info | Path does not match |
| 49 | account_orders_page | /contul-meu/comenzi | Path does not match |
| 50 | account_courses_page | /contul-meu/cursuri | Path does not match |
| 51 | articles_page | /articole | Path does not match |
| 52 | article_view_page | /articole/{slug} | Path does not match |
| 53 | web_login | /authentication/login | Path does not match |
| 54 | web_register | /authentication/register | Path does not match |
| 55 | web_consume_magic_link | /authentication/consume-magic-link/{token} | Path does not match |
| 56 | web_logout | /authentication/logout | Path does not match |
| 57 | courses_page | /cursuri | Path does not match |
| 58 | course_view_page | /cursuri/{slug} | Path does not match |
| 59 | enroll_to_course | /cursuri/{slug}/enroll | Path does not match |
| 60 | download_course_file | /cursuri/{slug}/file/{fileId}/download | Path does not match |
| 61 | download_lesson_file | /cursuri/{slug}/lesson/{lessonId}/file/{fileId}/download | Path does not match |
| 62 | download_file_from_course | /cursuri/{courseId}/file/{fileId}/download-any | Path does not match |
| 63 | events_page | /evenimente | Path does not match |
| 64 | event_view_page | /evenimente/{slug} | Path does not match |
| 65 | home_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.