Routing
main
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | account | /account/{tab} | Path does not match |
| 17 | account_tickets_more | /account/tickets/more | Path does not match |
| 18 | admin_bulk_mail | /admin/bulk-mail | Path does not match |
| 19 | admin_promoter_payments | /admin/promoter-payments | Path does not match |
| 20 | admin_promoter_payments_calculate | /admin/promoter-payments/calculate/{promoterId} | Path does not match |
| 21 | admin_promoter_payment_breakdown | /admin/promoter-payments/payment/{paymentId}/breakdown | Path does not match |
| 22 | admin_promoter_payments_create | /admin/promoter-payments/create | Path does not match |
| 23 | affiliate_events | /affiliate/my-events | Path does not match |
| 24 | event_pretty | /evento/{prettyUrl} | Path does not match |
| 25 | entradas | /entradas/{eventId} | Path does not match |
| 26 | entradaFriendlyUrl | /entrada/{friendlyUrl} | Path does not match |
| 27 | singleEntrada | /entradas/{eventId}/{entradaId} | Path does not match |
| 28 | prebuy_ticket | /prebuy_ticket/{entrada} | Path does not match |
| 29 | buy_ticket | /buy_ticket/{entrada}/{quantity} | Path does not match |
| 30 | buy_extras | /buy_extras/{ticketId} | Path does not match |
| 31 | return_redsys | /return_redsys/ | Path does not match |
| 32 | check_ceca | /check_ceca/ | Path does not match |
| 33 | cookie_consent_save | /api/cookie-consent | Path does not match |
| 34 | cookie_consent_status | /api/cookie-consent/status | Path does not match |
| 35 | cookie_consent_revoke | /api/cookie-consent/revoke | Path does not match |
| 36 | getPDF | /getPDF/{ticket_id} | Path does not match |
| 37 | getPDFAdmin | /getPDFAdmin/{bundle} | Path does not match |
| 38 | embed_event | /embed/event/{eventId} | Path does not match |
| 39 | embed_entrada | /embed/entrada/{entradaId} | Path does not match |
| 40 | loadEventForm | /loadEventForm/{eventId} | Path does not match |
| 41 | saveModifiedEvent | /saveModifiedEvent/{eventId} | Path does not match |
| 42 | deleteEvent | /deleteEvent/{eventId} | Path does not match |
| 43 | loadEntradaForm | /loadEntradaForm/{entradaId} | Path does not match |
| 44 | saveModifiedEntrada | /saveModifiedEntrada/{entradaId} | Path does not match |
| 45 | toggleExtra | /toggleExtra/{eventId}/{extraId} | Path does not match |
| 46 | loadExtraForm | /loadExtraForm/{extraId} | Path does not match |
| 47 | saveModifiedExtra | /saveModifiedExtra/{extraId} | Path does not match |
| 48 | toggleEntrada | /toggleEntrada/{eventId}/{entradaId} | Path does not match |
| 49 | duplicateEntrada | /duplicateEntrada/{eventId}/{entradaId} | Path does not match |
| 50 | resendEmail | /resendEmail/{eventId} | Path does not match |
| 51 | event_giveaways | /event/{eventId}/giveaways | Path does not match |
| 52 | report_giveaway_export_participants | /report/giveaway/{id}/export-participants | Path does not match |
| 53 | giveaway_export_pdf | /giveaway/{giveawayId}/export/pdf | Path does not match |
| 54 | loadGiveawayForm | /loadGiveawayForm/{eventId}/{id} | Path does not match |
| 55 | saveGiveaway | /saveGiveaway/{eventId}/{id} | Path does not match |
| 56 | run_giveaway_draw | /runGiveawayDraw/{eventId} | Path does not match |
| 57 | toggle_giveaway | /toggleGiveaway/{eventId}/{giveawayId} | Path does not match |
| 58 | report_validator_passwords | /report/{eventId}/validator-passwords | Path does not match |
| 59 | admin_download_users_csv | /admin/download-users-csv | Path does not match |
| 60 | download_event_users_csv | /download-event-users-csv/{eventId} | Path does not match |
| 61 | assistants | /assistants/{entrada} | Path does not match |
| 62 | assistantsExtra | /assistantsExtra/{extraId} | Path does not match |
| 63 | completeList | /completeList/{eventId} | Path does not match |
| 64 | login | /login | Path does not match |
| 65 | logout | /logout | Path does not match |
| 66 | main | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.