GET https://vishalfmarathon.com/app/winners

Routing

app_api_winner_get_all Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /app/winners
# Route name Path Log
1 api_login /api/auth/login Path does not match
2 api_register /api/auth/register Path does not match
3 api_password-expired /api/auth/password-expired Path does not match
4 api_set-password /api/auth/set-password Path does not match
5 api_app_api_auth_userforgotpassword /api/auth/forgotten-password Path does not match
6 api_app_api_auth_verifytoken /api/auth/verify-token Path does not match
7 api_refresh-from-session /api/auth/refresh-from-session/{sessionId} Path does not match
8 api_refresh-token /api/auth/refresh-token Path does not match
9 api_refresh-session /api/auth/refresh-session Path does not match
10 api_app_api_auth_changepasswordsecurity /api/api/security/change-password Path does not match
11 app_default /{vueRouting} Path does not match
12 app_default_phpinfo /phpinfo Path does not match
13 app_logout /logout Path does not match
14 app_application_settings_get /app/page/section-settings Path does not match
15 app_api_award_get_all_for_race_type /app/award/{raceYear}/{raceType}/results Path does not match
16 app_api_download_certificate /app/{year}/race/{race}/download-certificate/athlete/{bib} Path does not match
17 app_api_download_certificate_image /app/{year}/race/download-certificate-image/athlete/{bib} Path does not match
18 app_faq_list /app/faq/list Path does not match
19 app_api_gallery_get /app/gallery/{raceYear} Path does not match
20 app_api_gallery_categories /app/gallery/categories Path does not match
21 app_api_gallery_heart /app/gallery/{id}/heart Path does not match
22 app_api_race_get_all_results_for_race_event_id /app/race/{year}/{raceEventId}/results Path does not match
23 app_api_race_get_athlete_for_bib /app/race/{year}/athlete/{bib} Path does not match
24 app_api_race_get_events /app/race/{year}/events Path does not match
25 app_api_race_get_categories /app/race/{year}/categories Path does not match
26 app_api_race_event_page_info /app/race/{year}/{raceType}/page-info Path does not match
27 app_api_race_event_current_page_info /app/race/current/{raceType}/page-info Path does not match
28 app_api_race_get_current_program /app/race/current/program Path does not match
29 app_api_race_record_get_all /app/race-records Path does not match
30 app_api_race_schedule_get_all /app/race-schedule/{raceId} Path does not match
31 app_testimonial_list /app/testimonial/list Path does not match
32 app_api_winner_get_all /app/winners Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.