Routing
login
Matched route
3
Tested routes before match
Route Parameters
Name | Value |
---|---|
zone | backend |
Route Matching Logs
Path to match:
/bolt/login
# | Route name | Path | Log |
---|---|---|---|
1 | thumb | /thumbs/{width}x{height}{action}/{file} | Path does not match |
2 | thumb_alias | /thumbs/{alias}/{file} | Path does not match |
3 | login | /bolt/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.