Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_budget_realization | /budget/realization | Path does not match |
| 2 | app_homepage | / | Path does not match |
| 3 | app_kategoria | /kategoria2 | Path does not match |
| 4 | kategoria_new | /kategoria/new | Path does not match |
| 5 | app_konta_index | /konta | Path does not match |
| 6 | app_konta_new | /konta/nowe | Path does not match |
| 7 | app_konta_edit | /konta/{id}/edytuj | Path does not match |
| 8 | operacje_przychody_new | /operacje/przychody/new | Path does not match |
| 9 | operacje_przychody | /operacje/przychody | Path does not match |
| 10 | operacje_przychody_edit | /operacje/przychody/edit/{id} | Path does not match |
| 11 | operacje_przychody_delete | /operacje/przychody/delete/{id} | Path does not match |
| 12 | operacje_wydatki | /operacje/wydatki | Path does not match |
| 13 | operacje_wydatki_new | /operacje/wydatki/new | Path does not match |
| 14 | operacje_wydatki_edit | /operacje/wydatki/edit/{id} | Path does not match |
| 15 | operacje_wydatki_delete | /operacje/wydatki/delete/{id} | Path does not match |
| 16 | plany_list | /plany | Path does not match |
| 17 | plan_new | /plan/new | Path does not match |
| 18 | plan_edit | /plan/{id}/edit | Path does not match |
| 19 | plan_delete | /plan/{id}/delete | Path does not match |
| 20 | plany_przychodow | /plany/przychody | Path does not match |
| 21 | plany_rozchodow | /plany/rozchody | Path does not match |
| 22 | app_profile | /profile | Path does not match |
| 23 | app_profile_edit | /profile/edit | Path does not match |
| 24 | app_change_password | /profile/change-password | Path does not match |
| 25 | przychod_edit | /przychod/{id}/edit | Path does not match |
| 26 | przychod_new | /przychod/new | Path does not match |
| 27 | przychod_delete | /przychod/{id}/delete | Path does not match |
| 28 | rozchod_edit | /rozchod/{id}/edit | Path does not match |
| 29 | rozchod_new | /rozchod/new | Path does not match |
| 30 | rozchod_delete | /rozchod/{id}/delete | Path does not match |
| 31 | app_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.