Routing
home_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api.group.list | /api/groups | Path does not match |
| 2 | api.groups.stats | /api/groups/stats | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | app.swagger | /api/doc.json | Path does not match |
| 5 | app.redocly | /api/docs | Path does not match |
| 6 | 2fa_login | /auth/2fa | Path does not match |
| 7 | 2fa_login_check | /2fa_check | Path does not match |
| 8 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 9 | _wdt | /_wdt/{token} | Path does not match |
| 10 | _profiler_home | /_profiler/ | Path does not match |
| 11 | _profiler_search | /_profiler/search | Path does not match |
| 12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 14 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 15 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 16 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 17 | _profiler_open_file | /_profiler/open | Path does not match |
| 18 | _profiler | /_profiler/{token} | Path does not match |
| 19 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 20 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 21 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 22 | _webhook_controller | /webhook/{type} | Path does not match |
| 23 | admin.dashboard | /admin/{path} | Path does not match |
| 24 | api.campaign | /api/campaigns | Path does not match |
| 25 | api.contact.add | /api/contacts | Path does not match |
| 26 | api.customers.add | /api/admin/customers | Path does not match |
| 27 | api.groups.add | /api/groups | Path does not match |
| 28 | api.packs.add | /api/admin/packs | Path does not match |
| 29 | api.contacts.bulk.delete | /api/contacts/bulk-delete | Path does not match |
| 30 | api.campaigns.cancel | /api/campaigns/{id}/cancel | Path does not match |
| 31 | api.credits | /api/credits | Path does not match |
| 32 | api.campaigns.delete | /api/campaigns/{id}/delete | Path does not match |
| 33 | api.contacts.delete | /api/contacts/{id} | Path does not match |
| 34 | api.group.delete | /api/groups/{id} | Path does not match |
| 35 | api.packs.delete | /api/admin/packs/{id} | Path does not match |
| 36 | api.campaign.details | /api/campaigns/{id}/details | Path does not match |
| 37 | api_contacts_edit | /api/contacts/{id} | Path does not match |
| 38 | api.admin.customers.edit | /api/admin/customers/{id} | Path does not match |
| 39 | api.packs.edit | /api/admin/packs/{id} | Path does not match |
| 40 | api.contacts.read | /api/contacts/{id} | Path does not match |
| 41 | api.group.read | /api/groups/{id} | Path does not match |
| 42 | api.contacts.import | /api/contacts/import | Path does not match |
| 43 | app_api_listcampaigns_index | /api/campaigns | Path does not match |
| 44 | api.contact.list | /api/contacts | Path does not match |
| 45 | api.group.contact.list | /api/groups/contacts/{id} | Path does not match |
| 46 | api.customers.list | /api/admin/customer | Path does not match |
| 47 | api.message.list | /api/messages | Path does not match |
| 48 | api.packs | /api/packs | Path does not match |
| 49 | api.purchases.list | /api/purchases | Path does not match |
| 50 | message | /api/messages | Path does not match |
| 51 | api.campaigns.pause | /api/campaigns/{id}/pause | Path does not match |
| 52 | api.campaigns.resume | /api/campaigns/{id}/resume | Path does not match |
| 53 | app_api_stats_userdashboard | /api/dashboard/stats | Path does not match |
| 54 | api.customer.stats | /api/admin/customers/stats | Path does not match |
| 55 | api.admin.dashboard.all | /api/admin/dashboard/stats | Path does not match |
| 56 | api.admin.revenue.all | /api/admin/revenue/stats | Path does not match |
| 57 | api.customers.toggle.active | /api/admin/customers/activate/{id} | Path does not match |
| 58 | api.customers.toggle.suspend | /api/admin/customers/suspend/{id} | Path does not match |
| 59 | app.cgu | /cgu | Path does not match |
| 60 | client.dashboard | /client/{path} | Path does not match |
| 61 | app.confidentialite | /confidentialite | Path does not match |
| 62 | app_contact | /contact | Path does not match |
| 63 | home_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.