Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | render_contors | /contors/index/{locationId} | Path does not match |
| 2 | create_contor | /contors/create | Path does not match |
| 3 | delete_contor | /contors/delete | Path does not match |
| 4 | dashboard | /dashboard/index | Path does not match |
| 5 | dashboard_data | /dashboard/data | Path does not match |
| 6 | dashboard_data_send | /dashboard/data-send | Path does not match |
| 7 | index | / | Path does not match |
| 8 | home | /home | Path does not match |
| 9 | secured_route | /secured-page | Path does not match |
| 10 | render_locations | /locations/index/{email} | Path does not match |
| 11 | create_location | /locations/create | Path does not match |
| 12 | update_location | /locations/update | Path does not match |
| 13 | delete_location | /locations/delete | Path does not match |
| 14 | send_registrations_email | /registration-email/{email}/{password} | Path does not match |
| 15 | app_register_master | /register/master | Path does not match |
| 16 | app_register_provider | /register/provider | Path does not match |
| 17 | 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.