Routing
app_auction_lot
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "static/style/sys_files/index.js" |
Route Matching Logs
Path to match:
/static/style/sys_files/index.js
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | cbc_security | /admin/connexion | Path does not match |
| 3 | cbc_logout | /admin/logout | Path does not match |
| 4 | admin_bundle | /admin/bundle | Path does not match |
| 5 | app_customform | /custom-forms/complete | Path does not match |
| 6 | media_show | /media/{path} | Path does not match |
| 7 | blog_show_page | /blog | Path does not match |
| 8 | blog_show | /blog/{slug} | Path does not match |
| 9 | auction_catalogue_pdf | /pdf/auction/{slug} | Path does not match |
| 10 | auction_list | /auctions | Path does not match |
| 11 | lot_list | /lots | Path does not match |
| 12 | lot_finish_list | /lots-finish | Path does not match |
| 13 | app_auction | / | Path does not match |
| 14 | app_auction_lot | /{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.