Routing
(none)
Matched route
Route Matching Logs
Path to match:
/dist/js/bootstrap.bundle.min.js
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | accueil | / | Path does not match |
| 2 | cgu | /cgu | Path does not match |
| 3 | admin.categories.index | /admin/categories/ | Path does not match |
| 4 | admin.categories.edit | /admin/categories/{id}/edit | Path does not match |
| 5 | admin.categories.delete | /admin/categories/{id} | Path does not match |
| 6 | admin.index | /admin/ | Path does not match |
| 7 | admin.formation.index | /admin/formations/ | Path does not match |
| 8 | admin.formation.new | /admin/formations/new | Path does not match |
| 9 | admin.formation.edit | /admin/formations/{id}/edit | Path does not match |
| 10 | admin.formation.delete | /admin/formations/{id} | Path does not match |
| 11 | admin.mentors.index | /admin/mentors/ | Path does not match |
| 12 | admin.mentors.edit | /admin/mentors/{id}/edit | Path does not match |
| 13 | admin.mentors.new | /admin/mentors/new | Path does not match |
| 14 | admin.mentors.delete | /admin/mentors/{id} | Path does not match |
| 15 | admin.mentors.mail | /admin/mentors/mail/{contact} | Path does not match |
| 16 | admin.playlists.index | /admin/playlists/ | Path does not match |
| 17 | admin.playlists.new | /admin/playlists/new | Path does not match |
| 18 | admin.playlists.edit | /admin/playlists/{id}/edit | Path does not match |
| 19 | admin.playlists.delete | /admin/playlists/{id} | Path does not match |
| 20 | formations | /formations | Path does not match |
| 21 | formations.sort | /formations/tri/{champ}/{ordre}/{table} | Path does not match |
| 22 | admin.formations.sort | /admin/formations/tri/{champ}/{ordre}/{table} | Path does not match |
| 23 | formations.findallcontain | /formations/recherche/{champ}/{table} | Path does not match |
| 24 | admin.formations.findallcontain | /admin/formations/recherche/{champ}/{table} | Path does not match |
| 25 | formations.showone | /formations/formation/{id} | Path does not match |
| 26 | oauth_login | /oauth/login | Path does not match |
| 27 | oauth_check | /oauth/callback | Path does not match |
| 28 | logout | /logout | Path does not match |
| 29 | playlists | /playlists | Path does not match |
| 30 | playlists.sort | /playlists/tri/{champ}/{ordre} | Path does not match |
| 31 | admin.playlists.sort | /admin/playlists/tri/{champ}/{ordre} | Path does not match |
| 32 | playlists.findallcontain | /playlists/recherche/{champ}/{table} | Path does not match |
| 33 | admin.playlists.findallcontain | /admin/playlists/recherche/{champ}/{table} | Path does not match |
| 34 | playlists.showone | /playlists/playlist/{id} | Path does not match |
| 35 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 36 | _wdt | /_wdt/{token} | Path does not match |
| 37 | _profiler_home | /_profiler/ | Path does not match |
| 38 | _profiler_search | /_profiler/search | Path does not match |
| 39 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 40 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 41 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 42 | _profiler_open_file | /_profiler/open | Path does not match |
| 43 | _profiler | /_profiler/{token} | Path does not match |
| 44 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 45 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 46 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.