Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_properties | /api/properties | Path does not match |
| 2 | api_rental_agreement_receipt_create | /api/rentalagreement/create | Path does not match |
| 3 | admin | /admin | Path does not match |
| 4 | admin_rental_agreement_receipt_mark_as_paid | /admin/rental-agreement-receipt/mark-as-paid | Path does not match |
| 5 | admin_rental_agreement_receipt_create_from_params | /admin/rental-agreement-receipt/create-from-params | Path does not match |
| 6 | app_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.