Routing
animal
Matched route
Route Parameters
Name | Value |
---|---|
id | "4" |
name | "Saxo" |
Route Matching Logs
Path to match:
/nos-compagnons/Saxo/4
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin/7XhE9aP2DcY4Fb6 | Path does not match |
2 | animals | /nos-compagnons | Path does not match |
3 | animal | /nos-compagnons/{name}/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.