Routing
app_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | 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 | app.admin.statistics | /admin/statistics | Path does not match |
| 17 | app.admin.vip.list | /admin/vip | Path does not match |
| 18 | app.admin.vip.create | /admin/vip/create | Path does not match |
| 19 | app.admin.vip.deactivate | /admin/vip/{id}/deactivate | Path does not match |
| 20 | app.admin.vip.activate | /admin/vip/{id}/activate | Path does not match |
| 21 | app.admin.voucher.list | /admin/vouchers | Path does not match |
| 22 | app.admin.voucher.create | /admin/vouchers/create | Path does not match |
| 23 | app.admin.voucher.deactivate | /admin/vouchers/{id}/deactivate | Path does not match |
| 24 | app.admin.voucher.activate | /admin/vouchers/{id}/activate | Path does not match |
| 25 | app.admin.pizzavoucher.create | /admin/pizzavouchers/create | Path does not match |
| 26 | app.admin.pizzavoucher.list | /admin/pizzavouchers | Path does not match |
| 27 | app.admin.pizzavoucher.export | /admin/pizzavouchers/export | Path does not match |
| 28 | app.admin.partners.list | /admin/partners | Path does not match |
| 29 | app.admin.partners.detail | /admin/partners/{id} | Path does not match |
| 30 | app.admin.partners.edit | /admin/partners/{id}/edit | Path does not match |
| 31 | app.admin.customers.list | /admin/customers | Path does not match |
| 32 | app.admin.customers.detail | /admin/customers/{id} | Path does not match |
| 33 | app.admin.customers.edit | /admin/customers/{id}/edit | Path does not match |
| 34 | app.admin.subscriptions.list | /admin/subscriptions | Path does not match |
| 35 | app.admin.subscriptions.detail | /admin/subscriptions/{id} | Path does not match |
| 36 | app.admin.subscriptions.create | /admin/subscriptions/create | Path does not match |
| 37 | app.admin.subscriptions.edit | /admin/subscriptions/{id}/edit | Path does not match |
| 38 | app.admin.subscriptions.delete | /admin/subscriptions/{id}/delete | Path does not match |
| 39 | app.admin.memberships.list | /admin/memberships | Path does not match |
| 40 | app.admin.memberships.create | /admin/memberships/create | Path does not match |
| 41 | app.admin.memberships.detail | /admin/memberships/{id} | Path does not match |
| 42 | app.admin.memberships.edit | /admin/memberships/{id}/edit | Path does not match |
| 43 | app.admin.memberships.delete | /admin/memberships/{id}/delete | Path does not match |
| 44 | api_external_register | /api/external/register | Path does not match |
| 45 | app_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.