Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | address | /address | Path does not match |
| 2 | address.edit | /address/{id}/edit | Path does not match |
| 3 | address.delete | /address/{id}/delete | Path does not match |
| 4 | ajax.address | /address/get | Path does not match |
| 5 | ajax.addresses | /addresses | Path does not match |
| 6 | ajax.address.make_favorite | /address/make-favorite/{id} | Path does not match |
| 7 | booking.changes | /booking/{id}/changes | Path does not match |
| 8 | booking.acceptOrDeny | /booking/{id}/acceptOrDeny/{action} | Path does not match |
| 9 | booking.checkProofOfDeliveryApi | /booking/{id}/checkProofOfDeliveryApi | Path does not match |
| 10 | ajax.holidays | /holidays/get | Path does not match |
| 11 | ajax.holidays.save | /admin/holiday/save | Path does not match |
| 12 | ajax.holidays.save.all | /admin/holiday/save/all | Path does not match |
| 13 | ajax.holidays.delete | /admin/holiday/delete | Path does not match |
| 14 | ajax.getroute | /getroute/{route} | Path does not match |
| 15 | ajax.translations | /translations | Path does not match |
| 16 | admin | /admin | Path does not match |
| 17 | blueprints | /blueprints | Path does not match |
| 18 | blueprint.edit | /blueprint/{id}/edit | Path does not match |
| 19 | blueprint.delete | /blueprint/{id}/delete | Path does not match |
| 20 | booking | /booking | Path does not match |
| 21 | booking.success | /booking/success | Path does not match |
| 22 | booking.show | /booking/{id}/show | Path does not match |
| 23 | booking.edit | /booking/{id}/edit | Path does not match |
| 24 | admin-csv | /admin/{id}/csv | Path does not match |
| 25 | history | /history | Path does not match |
| 26 | csv.download | /booking/{bookingId}/csv | Path does not match |
| 27 | dashboard | /dashboard | Path does not match |
| 28 | emailchange | /email/change | Path does not match |
| 29 | emailchange.cancel | /email/cancel | Path does not match |
| 30 | login | /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.