Routing
api_country_list
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/public/country
# | 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_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | api_register_admin_club | /admin_club/register | Path does not match |
14 | api_login_external_admin_club | /admin_club/login_external | Path does not match |
15 | api_app_module_list | /app-module/list | Path does not match |
16 | api_register | /register | Path does not match |
17 | api_auth_facebook | /auth/facebook | Path does not match |
18 | api_auth_google | /auth/google | Path does not match |
19 | reset_password_request | /reset-password | Path does not match |
20 | validate_password_reset | /reset-password/validate/{token} | Path does not match |
21 | reset_password_reset | /reset-password/{hash_token} | Path does not match |
22 | api_login_external | /auth/login_external | Path does not match |
23 | platform_check | /auth/platform_check | Path does not match |
24 | api_remove_account_auth | /auth/remove_account_user | Path does not match |
25 | stripe_webhook | /auth/webhook/stripe | Path does not match |
26 | app_stripe_payment_success | /auth/stripe/success | Path does not match |
27 | api_calendar | /calendar/get | Path does not match |
28 | api_calendar_note_get | /calendar/note/{date}/get | Path does not match |
29 | api_calendar_note_add | /calendar/note/add | Path does not match |
30 | api_calendar_note_edit | /calendar/note/{id}/edit | Path does not match |
31 | api_calendar_note_delete | /calendar/note/{id}/delete | Path does not match |
32 | api_category_list | /category/list | Path does not match |
33 | api_club_monthly_payments_add | /club_monthly_payments/{clubMonthlyPayment}/update | Path does not match |
34 | api_club_monthly_payments_list | /club_monthly_payments/{date}/list | Path does not match |
35 | api_collaborator_list | /collaborator/list | Path does not match |
36 | competition_list | /competition/list | Path does not match |
37 | api_config_read | /config | Path does not match |
38 | api_country_list | /public/country | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.