Routing
homepage
Matched route
61
Tested routes before match
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
13 | register | /api/v1/{_locale}/registration.{_format} | Path does not match |
14 | logout | /api/v1/{_locale}/logout.{_format} | Path does not match |
15 | fos_oauth_server_token | /api/v1/{_locale}/login.{_format} | Path does not match |
16 | get_profile | /api/v1/{_locale}/profile.{_format} | Path does not match |
17 | get_partner_profile_by_id | /api/v1/{_locale}/profile/{userId}/{id}.{_format} | Path does not match |
18 | get_profile_by_id | /api/v1/{_locale}/profile/{id}.{_format} | Path does not match |
19 | edit_profile | /api/v1/{_locale}/profile/{type}.{_format} | Path does not match |
20 | facebook_auth | /api/v1/{_locale}/social_auth.{_format} | Path does not match |
21 | edit_profile_visibility | /api/v1/{_locale}/profile/{type}/visibility.{_format} | Path does not match |
22 | block_profile | /api/v1/{_locale}/profile/block.{_format} | Path does not match |
23 | unblock_profile | /api/v1/{_locale}/profile/unblock.{_format} | Path does not match |
24 | get_block_profile | /api/v1/{_locale}/profile/block.{_format} | Path does not match |
25 | get_google_places | /api/v1/{_locale}/places.{_format} | Path does not match |
26 | check_in | /api/v1/{_locale}/check_in.{_format} | Path does not match |
27 | get_check_in_count | /api/v1/{_locale}/check_in/{placeId}.{_format} | Path does not match |
28 | get_check_in_status | /api/v1/{_locale}/check_in/status/{id}.{_format} | Path does not match |
29 | check_out | /api/v1/{_locale}/check_out.{_format} | Path does not match |
30 | search | /api/v1/{_locale}/search.{_format} | Path does not match |
31 | upload_photos | /api/v1/{_locale}/photos.{_format} | Path does not match |
32 | delete_photo | /api/v1/{_locale}/photos/{photoId}.{_format} | Path does not match |
33 | set_avatar | /api/v1/{_locale}/avatar.{_format} | Path does not match |
34 | get_all_photos | /api/v1/{_locale}/photos.{_format} | Path does not match |
35 | change_password | /api/v1/{_locale}/change_password.{_format} | Path does not match |
36 | reset_password | /api/v1/{_locale}/reset_password.{_format} | Path does not match |
37 | contact | /api/v1/{_locale}/contact.{_format} | Path does not match |
38 | promotion | /api/v1/{_locale}/promotion.{_format} | Path does not match |
39 | promotions | /api/v1/{_locale}/promotions/{placeId}.{_format} | Path does not match |
40 | check_username | /api/v1/{_locale}/check_username.{_format} | Path does not match |
41 | check_business_name | /api/v1/{_locale}/check_business_name.{_format} | Path does not match |
42 | check_user_blocked | /api/v1/{_locale}/check_user_blocked.{_format} | Path does not match |
43 | remove_account | /api/v1/{_locale}/remove_account.{_format} | Path does not match |
44 | user_places | /api/v1/{_locale}/user_places.{_format} | Path does not match |
45 | add_user_report | /api/v1/{_locale}/add_user_report.{_format} | Path does not match |
46 | nelmio_api_doc_index | /api/doc/{view} | Path does not match |
47 | fos_user_security_login | /login | Path does not match |
48 | fos_user_security_check | /login_check | Path does not match |
49 | fos_user_security_logout | /logout | Path does not match |
50 | fos_user_profile_show | /profile/ | Path does not match |
51 | fos_user_profile_edit | /profile/edit | Path does not match |
52 | fos_user_registration_register | /register/ | Path does not match |
53 | fos_user_registration_check_email | /register/check-email | Path does not match |
54 | fos_user_registration_confirm | /register/confirm/{token} | Path does not match |
55 | fos_user_registration_confirmed | /register/confirmed | Path does not match |
56 | fos_user_resetting_request | /resetting/request | Path does not match |
57 | fos_user_resetting_send_email | /resetting/send-email | Path does not match |
58 | fos_user_resetting_check_email | /resetting/check-email | Path does not match |
59 | fos_user_resetting_reset | /resetting/reset/{token} | Path does not match |
60 | fos_user_change_password | /profile/change-password | Path does not match |
61 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.